Skip to content

Commit

Permalink
fix: Update German [de] locale, adds the abbreviations for month incl…
Browse files Browse the repository at this point in the history
…uding a . in the end, as in September -> Sept. (#1831)
  • Loading branch information
PhilippMeissner authored Apr 14, 2022
1 parent 627fa39 commit 4e2802c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const locale = {
weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),
weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),
monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),
monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sept._Okt._Nov._Dez.'.split('_'),
ordinal: n => `${n}.`,
weekStart: 1,
yearStart: 4,
Expand Down

0 comments on commit 4e2802c

Please sign in to comment.