Friday, August 15, 2014

Re: Generation of permutations

After adding

<set-property name="locale" value="de_DE,en_US" />

I'm getting just two permutations - great!

But I still need the AppResources.properties file. Otherwise I'm still getting the above error message "No resource found for key...".

Even after adding

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

I still get that exception.

Only if I restrict my app to one locale by changing
<set-property name="locale" value="de_DE,en_US" />
to
<set-property name="locale" value="de_DE" />
it i compiled without the existance of AppResources.properties but I'm loosing the possibility to switch between de_DE and en_US then.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment