> On Jul 31, 2017, at 9:20 PM, Naoto Sato wrote:
>
>
>
> 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 bu
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 b
> On Jul 31, 2017, at 3:51 PM, Naoto Sato wrote:
>
> Hi Mandy,
>
> Would you please review the fix to the following issue?
>
> https://bugs.openjdk.java.net/browse/JDK-8185251
>
> The proposed fix is located at:
>
> http://cr.openjdk.java.net/~naoto/8185251/webrev.00/
>
> The test assumed t
Hi Mandy,
Would you please review the fix to the following issue?
https://bugs.openjdk.java.net/browse/JDK-8185251
The proposed fix is located at:
http://cr.openjdk.java.net/~naoto/8185251/webrev.00/
The test assumed the resources in the root bundle is used for English
locale in m1 module, w