> On Jul 31, 2017, at 9:20 PM, Naoto Sato <naoto.s...@oracle.com> 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 bundle, it will be returned for this > lookup, instead of m1's root bundle. By providing en bundle in m1 fixes the > issue.
Thanks for the explanation. Your patch looks fine. Mandy