Skip to content

Commit d9ec7f9

Browse files
fix: predefined short date pattern
BREAKING CHANGE: The predefined shord date format('d') is now generated from the dateFormats short format which differs for some locales from the previously used yMd skeleton
1 parent 16a7953 commit d9ec7f9

File tree

353 files changed

+359
-353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+359
-353
lines changed

locale-tests/locales/ak/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ const data = {
13751375
},
13761376
calendar: {
13771377
patterns: {
1378-
d: "y/M/d",
1378+
d: "y/MM/dd",
13791379
D: "EEEE, y MMMM dd",
13801380
m: "MMM d",
13811381
M: "MMMM d",

locale-tests/locales/ak/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const data = {
99
territory: "GH",
1010
calendar: {
1111
patterns: {
12-
d: "y/M/d",
12+
d: "y/MM/dd",
1313
D: "EEEE, y MMMM dd",
1414
m: "MMM d",
1515
M: "MMMM d",

locale-tests/locales/am/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ const data = {
17061706
},
17071707
calendar: {
17081708
patterns: {
1709-
d: "d/M/y",
1709+
d: "dd/MM/y",
17101710
D: "y MMMM d, EEEE",
17111711
m: "MMM d",
17121712
M: "MMMM d",

locale-tests/locales/am/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const data = {
99
territory: "ET",
1010
calendar: {
1111
patterns: {
12-
d: "d/M/y",
12+
d: "dd/MM/y",
1313
D: "y MMMM d, EEEE",
1414
m: "MMM d",
1515
M: "MMMM d",

locale-tests/locales/as/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ const data = {
17001700
},
17011701
calendar: {
17021702
patterns: {
1703-
d: "dd-MM-y",
1703+
d: "d-M-y",
17041704
D: "EEEE, d MMMM, y",
17051705
m: "d MMM",
17061706
M: "d MMMM",

locale-tests/locales/as/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const data = {
99
territory: "IN",
1010
calendar: {
1111
patterns: {
12-
d: "dd-MM-y",
12+
d: "d-M-y",
1313
D: "EEEE, d MMMM, y",
1414
m: "d MMM",
1515
M: "d MMMM",

locale-tests/locales/asa/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ const data = {
13751375
},
13761376
calendar: {
13771377
patterns: {
1378-
d: "d/M/y",
1378+
d: "dd/MM/y",
13791379
D: "EEEE, d MMMM y",
13801380
m: "MMM d",
13811381
M: "MMMM d",

locale-tests/locales/asa/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const data = {
99
territory: "TZ",
1010
calendar: {
1111
patterns: {
12-
d: "d/M/y",
12+
d: "dd/MM/y",
1313
D: "EEEE, d MMMM y",
1414
m: "MMM d",
1515
M: "MMMM d",

locale-tests/locales/be/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ const data = {
20192019
},
20202020
calendar: {
20212021
patterns: {
2022-
d: "d.M.y",
2022+
d: "d.MM.y",
20232023
D: "EEEE, d MMMM y 'г'.",
20242024
m: "d MMM",
20252025
M: "d MMMM",

locale-tests/locales/be/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const data = {
99
territory: "BY",
1010
calendar: {
1111
patterns: {
12-
d: "d.M.y",
12+
d: "d.MM.y",
1313
D: "EEEE, d MMMM y 'г'.",
1414
m: "d MMM",
1515
M: "d MMMM",

0 commit comments

Comments
 (0)