Skip to content

Commit 1858df8

Browse files
committed
fix: update German [de] locale yearStart
fix #1264
1 parent e49eeef commit 1858df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/locale/de.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const locale = {
3232
monthsShort: 'Jan_Feb_März_Apr_Mai_Juni_Juli_Aug_Sept_Okt_Nov_Dez'.split('_'),
3333
ordinal: n => `${n}.`,
3434
weekStart: 1,
35+
yearStart: 4,
3536
formats: {
3637
LTS: 'HH:mm:ss',
3738
LT: 'HH:mm',

0 commit comments

Comments
 (0)