On Wed, 8 Nov 2023 18:45:47 GMT, Steven Loomis <s...@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)
>
> 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?

Since `short` and `abbreviated` handling differ between `java.text/util` and 
`java.time`, this is still needed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16439#discussion_r1387071317

Reply via email to