I don't know the specifics on why it worked, but locally we just did
an additional <set-property name="local" value="en"/>.  My initial
guess would be that this will not work if you are supporting two
locales.

On Tue, May 17, 2011 at 12:04 PM, Nicolas Antoniazzi
<[email protected]> wrote:
> 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.
>

-- 
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