There was an error while loading. Please reload this page.
1 parent 5a108ff commit 4a7b7d0Copy full SHA for 4a7b7d0
1 file changed
src/locale/de.js
@@ -29,7 +29,7 @@ const locale = {
29
weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),
30
weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
31
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('_'),
+ monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),
33
ordinal: n => `${n}.`,
34
weekStart: 1,
35
yearStart: 4,
0 commit comments