Skip to content

Commit 4a7b7d0

Browse files
authored
fix: Update locale German [de] monthsShort (#1746)
1 parent 5a108ff commit 4a7b7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/locale/de.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const locale = {
2929
weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),
3030
weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
3131
months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),
32-
monthsShort: 'Jan_Feb_März_Apr_Mai_Juni_Juli_Aug_Sept_Okt_Nov_Dez'.split('_'),
32+
monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),
3333
ordinal: n => `${n}.`,
3434
weekStart: 1,
3535
yearStart: 4,

0 commit comments

Comments
 (0)