Skip to content

Commit

Permalink
fix: update German [de] locale yearStart
Browse files Browse the repository at this point in the history
fix #1264
  • Loading branch information
iamkun committed Jan 9, 2021
1 parent e49eeef commit 1858df8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const locale = {
monthsShort: 'Jan_Feb_März_Apr_Mai_Juni_Juli_Aug_Sept_Okt_Nov_Dez'.split('_'),
ordinal: n => `${n}.`,
weekStart: 1,
yearStart: 4,
formats: {
LTS: 'HH:mm:ss',
LT: 'HH:mm',
Expand Down

0 comments on commit 1858df8

Please sign in to comment.