Skip to content

Commit 4e2802c

Browse files
fix: Update German [de] locale, adds the abbreviations for month including a . in the end, as in September -> Sept. (#1831)
1 parent 627fa39 commit 4e2802c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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._Sep._Okt._Nov._Dez.'.split('_'),
32+
monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sept._Okt._Nov._Dez.'.split('_'),
3333
ordinal: n => `${n}.`,
3434
weekStart: 1,
3535
yearStart: 4,

0 commit comments

Comments
 (0)