On Tue, 31 Oct 2023 21:06:13 GMT, Naoto Sato <na...@openjdk.org> wrote:
> Upgrading CLDR to v44 (https://cldr.unicode.org/index/downloads/cldr-44). > Besides the data upgrade, regression tests are modified to accommodate the > following CLDR fixes: > > CLDR-16534: Suggestion to rename the Islamic Calendar to Hijri Calendar > (https://unicode-org.atlassian.net/browse/CLDR-16534) > CLDR-17042: Use exception list for new languages > (https://unicode-org.atlassian.net/browse/CLDR-17042) > CLDR-16586: en_ID shows IDR rather than Rp for currency > (https://unicode-org.atlassian.net/browse/CLDR-16586) > CLDR-16358: Mexico and Latin America countries should be using 12 hours time > format (https://unicode-org.atlassian.net/browse/CLDR-16358) > CLDR-16974: en_GB and en_AU: request to remove comma from MMMEEEEd format > (https://unicode-org.atlassian.net/browse/CLDR-16974) > CLDR-16857: Need updated translations for new Sierra Leone currency - SLL > became SLE (https://unicode-org.atlassian.net/browse/CLDR-16857) LGTM! make/jdk/src/classes/build/tools/cldrconverter/Bundle.java line 517: > 515: } > 516: map.put(realKey, value); > 517: map.put("java.time." + realKey, value); I'm assuming this was a workaround no longer needed? src/java.base/share/legal/cldr.md line 1: > 1: ## Unicode Common Local Data Repository (CLDR) v44 Short and sweet! ------------- Marked as reviewed by srl (Committer). PR Review: https://git.openjdk.org/jdk/pull/16439#pullrequestreview-1721048254 PR Review Comment: https://git.openjdk.org/jdk/pull/16439#discussion_r1387059253 PR Review Comment: https://git.openjdk.org/jdk/pull/16439#discussion_r1387059522