<i18n dev> [15] RFR: 8240626: Some of the java.time.chrono.Eras return empty display name for some styles and locales
Joe Wang
huizhe.wang at oracle.com
Sat Mar 14 00:00:57 UTC 2020
Hi Naoto,
The existing tests verifies that a display name matches an expected
value. I wonder if you'd want to do a bit more than the Boolean
assertion with a similar approach as the existing test, that is, check
that the fallback values/alias names match expected names.
Best,
Joe
On 3/13/20 1:25 PM, naoto.sato at oracle.com wrote:
> Hello,
>
> Please review the fix to the following issue:
>
> https://bugs.openjdk.java.net/browse/JDK-8240626
>
> The proposed chageset is located at:
>
> https://cr.openjdk.java.net/~naoto/8240626/webrev.00/
>
> In some locales, CLDR only provides partial translations of era names,
> e.g., only HEISEI and REIWA are provided for Japanese Calendar in
> Greek locale. CLDRConverter needs to supplement those missing
> translations from parent locales.
>
> Naoto
More information about the i18n-dev
mailing list