When I was testing plural forms on some messages I was getting warnings saying the local did not have a plural form "one" and I noticed that it was using DefaultRule.java instead of DefaultRule_en.java for plural lookups. Adding the LocalizedResource_en.properties allowed it to use the correct DefaultRule.
On Fri, Feb 4, 2011 at 8:54 AM, <[email protected]> wrote: > This shouldn't be necessary at all -- resource lookup is resolved > according to the search tree for the locale in the permutation, so when > it is resolving messages for "en", it will find the ones in > LocalizableResource.properties (or the annotations in the source). > > Can you describe exactly what problem you are seeing? > > > > http://gwt-code-reviews.appspot.com/1337802/show > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
