<i18n dev> [10] RFR (XS): 8185251: java/util/ResourceBundle/modules/layer/run.sh failed on Japanese locale.
Naoto Sato
naoto.sato at oracle.com
Tue Aug 1 04:20:45 UTC 2017
On 7/31/17 7:38 PM, Mandy Chung wrote:
> Can you explain how this fixes it when the default locale is Japanese?
The bundle lookup searches for bundles in the order of en_US -> en ->
ja_JP -> ja -> (root). Since m2 provides ja bundle, it will be returned
for this lookup, instead of m1's root bundle. By providing en bundle in
m1 fixes the issue.
>
> Is there other new test running into similar issue?
Not that I know of.
Naoto
More information about the i18n-dev
mailing list