On 2011/02/04 14:59:40, Jeff Larsen wrote:
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.
Then there is a different problem -- the localization of the plural rule (ie, choosing DefaultRule_en) should be completely independent of where it gets the source messages for the "en" locale. http://gwt-code-reviews.appspot.com/1337802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
