On Tue, 26 Jul 2022 20:31:44 GMT, Alisen Chung <ach...@openjdk.org> wrote:

>> open l10n msg drop
>> All tests passed.
>
> Alisen Chung has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   removed localized files from base

- 
src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_US.properties:
 this should not be moved from `java.base` module
- I still need some comments explaining `XXX=XXX` in the root bundle of 
`CurrencyNames`. Something like 

These currency symbol entries are for the root bundle only to avoid throwing a 
MissingResourceException. Should not be copied into each localized resource 
bundle.

src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_CN.properties
 line 63:

> 61: # written authorization of the copyright holder.
> 62: 
> 63: CNY=\uffe5

Do not remove the original translation.

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

Changes requested by naoto (Reviewer).

PR: https://git.openjdk.org/jdk19/pull/154

Reply via email to