How many strings we talking about here? I use dictionary all the time, but never for more then a dozen parameters. The downside I think is that the end user will have to load all the languages they arnt using - but unless we are talking about hundreds of words here, that's likely insignificant. Plus, it would let them select a languages from a menu and have it change instantly without refreshing.
~~~ Thomas & Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 4 December 2013 23:13, Vicente J. Ruiz Jurado <v...@ourproject.org>wrote: > El 04/12/13 21:33, Yuri Z escribió: > > Permutation is not only per browser, it is also per language and I think > > WIAB supports 4 languages. > > Anyway, it is very strange it took 4 hours, probably 2 GB is too little, > > you ll need about 4 GB. > > This is my (our) "fault". I added some more translation coming from the > kune translation group, so in Production (WebClientProd.gwt.xml) we have > eight languages: > > <extend-property name="locale" values="en,ru,sl,fr,es,de,zh_TW"/> > > we have more translations ready for a patch (Greek, Portuguese, etc) so > the number of permutations will increase. This happens because in kune > is quite easy for non tech people to do translations via the same web app. > > So, I think we can disable the languages (or make it configurable via > ant), or use dynamic i18n with Dictionary: > > http://www.gwtprject.org/javadoc/latest/com/google/gwt/i18n/client/Dictionary.html > > Vicente > >