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