Hello,

I'm using i18n with uiBinder.
In my gwt config file, I declared 2 locales :

  <!-- French language, independent of country -->

  <extend-property name="locale" values="fr"/>

  <!-- English language, independent of country -->

  <extend-property name="locale" values="en"/>


Then I assigned the default locale to english

<set-property-fallback name="locale" value="en"/>


But when I compile my project, GWT executes permutations for 3 languages.
I suppose that the third locale is the default one.

Since it will never be used, is there not a way to avoid this permutation ?

Thanks

Nicolas.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to