Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit daafb44

Browse filesBrowse files
committed
feat: upgrade cldr to v46
1 parent 349d16d commit daafb44
Copy full SHA for daafb44

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

63 files changed

+2672
-2905
lines changed

‎BUILD

Copy file name to clipboardExpand all lines: BUILD
+7-1Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,16 +188,22 @@ multirun(
188188
name = "cldr-gen",
189189
testonly = True,
190190
commands = [
191-
"//packages/intl-segmenter:generate-cldr-segmentation-rules",
192191
"//packages/icu-messageformat-parser:time-data",
192+
"//packages/intl-durationformat:numbering-systems",
193193
"//packages/intl-durationformat:time-separators",
194194
"//packages/intl-enumerator:currencies",
195+
"//packages/intl-enumerator:numbering-systems",
195196
"//packages/intl-getcanonicallocales:likelySubtags",
197+
"//packages/intl-locale:calendars",
196198
"//packages/intl-locale:character-orders",
197199
"//packages/intl-locale:hour-cycles",
198200
"//packages/intl-locale:numbering-systems",
199201
"//packages/intl-locale:timezones",
202+
"//packages/intl-locale:week-data",
203+
"//packages/intl-numberformat:numbering-systems",
204+
"//packages/intl-segmenter:generate-cldr-segmentation-rules",
200205
"//packages/utils:default-currency",
206+
"//packages/utils:default-locale",
201207
],
202208
)
203209

‎package.json

Copy file name to clipboardExpand all lines: package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383
"chalk": "^4.1.2",
8484
"chokidar": "^4.0.1",
8585
"cjs-module-lexer": "^1.4.1",
86-
"cldr-bcp47": "^45.0.0",
87-
"cldr-core": "^45.0.0",
88-
"cldr-dates-full": "^45.0.0",
89-
"cldr-localenames-full": "^45.0.0",
90-
"cldr-misc-full": "^45.0.0",
91-
"cldr-numbers-full": "^45.0.0",
92-
"cldr-segments-full": "^45.0.0",
93-
"cldr-units-full": "^45.0.0",
86+
"cldr-bcp47": "46",
87+
"cldr-core": "46",
88+
"cldr-dates-full": "46",
89+
"cldr-localenames-full": "46",
90+
"cldr-misc-full": "46",
91+
"cldr-numbers-full": "46",
92+
"cldr-segments-full": "46",
93+
"cldr-units-full": "46",
9494
"clsx": "^2.1.1",
9595
"commander": "^12.0.0",
9696
"content-tag": "^2.0.2",

‎packages/cli-lib/package.json

Copy file name to clipboardExpand all lines: packages/cli-lib/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
"engines": {
8787
"node": ">= 16"
8888
}
89-
}
89+
}

‎packages/icu-messageformat-parser/time-data.generated.ts

Copy file name to clipboardExpand all lines: packages/icu-messageformat-parser/time-data.generated.ts
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,6 +1308,24 @@ export const timeData: Record<string, string[]> = {
13081308
"H",
13091309
"hB"
13101310
],
1311+
"en-HK": [
1312+
"h",
1313+
"hb",
1314+
"H",
1315+
"hB"
1316+
],
1317+
"en-IL": [
1318+
"H",
1319+
"h",
1320+
"hb",
1321+
"hB"
1322+
],
1323+
"en-MY": [
1324+
"h",
1325+
"hb",
1326+
"H",
1327+
"hB"
1328+
],
13111329
"es-BR": [
13121330
"H",
13131331
"h",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.