Skip to content

Commit 2a381fb

Browse files
fix: update default-data
1 parent 9f7e537 commit 2a381fb

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

src/cldr/default-data.js

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,34 +25,34 @@ const defaultData = {
2525
"timeSeparator": ":"
2626
},
2727
"decimal": {
28-
"groupSize": [
29-
3
30-
],
3128
"patterns": [
3229
"n"
30+
],
31+
"groupSize": [
32+
3
3333
]
3434
},
3535
"scientific": {
36-
"groupSize": [],
3736
"patterns": [
3837
"nEn"
39-
]
38+
],
39+
"groupSize": []
4040
},
4141
"percent": {
42-
"groupSize": [
43-
3
44-
],
4542
"patterns": [
4643
"n%"
44+
],
45+
"groupSize": [
46+
3
4747
]
4848
},
4949
"currency": {
50-
"groupSize": [
51-
3
52-
],
5350
"patterns": [
5451
"$n"
5552
],
53+
"groupSize": [
54+
3
55+
],
5656
"unitPattern-count-one": "n $",
5757
"unitPattern-count-other": "n $"
5858
},
@@ -132,6 +132,7 @@ const defaultData = {
132132
"MMMd": "MMM d",
133133
"MMMEd": "E, MMM d",
134134
"MMMMd": "MMMM d",
135+
"MMMMW": "'week' W 'of' MMM",
135136
"ms": "mm:ss",
136137
"y": "y",
137138
"yM": "M/y",
@@ -142,7 +143,8 @@ const defaultData = {
142143
"yMMMEd": "E, MMM d, y",
143144
"yMMMM": "MMMM y",
144145
"yQQQ": "QQQ y",
145-
"yQQQQ": "QQQQ y"
146+
"yQQQQ": "QQQQ y",
147+
"yw": "'week' w 'of' y"
146148
},
147149
"appendItems": {
148150
"Day": "{0} ({2}: {1})",
@@ -522,10 +524,10 @@ const defaultData = {
522524
"noon": "noon",
523525
"pm": "PM",
524526
"pm-alt-variant": "pm",
525-
"morning1": "in the morning",
526-
"afternoon1": "in the afternoon",
527-
"evening1": "in the evening",
528-
"night1": "at night"
527+
"morning1": "morning",
528+
"afternoon1": "afternoon",
529+
"evening1": "evening",
530+
"night1": "night"
529531
},
530532
"narrow": {
531533
"midnight": "midnight",
@@ -534,10 +536,10 @@ const defaultData = {
534536
"noon": "noon",
535537
"pm": "PM",
536538
"pm-alt-variant": "pm",
537-
"morning1": "in the morning",
538-
"afternoon1": "in the afternoon",
539-
"evening1": "in the evening",
540-
"night1": "at night"
539+
"morning1": "morning",
540+
"afternoon1": "afternoon",
541+
"evening1": "evening",
542+
"night1": "night"
541543
},
542544
"wide": {
543545
"midnight": "midnight",
@@ -594,7 +596,6 @@ const defaultData = {
594596
},
595597
"weekData": {
596598
"firstDay": {
597-
"001": "mon",
598599
"US": "sun"
599600
}
600601
}

0 commit comments

Comments
 (0)