Google Closure Templates generates multiple JavaScript files for each language instead of single JavaScript code base with separate resource files
问题 I'm using Google Closure Template in order to write my application's UI using JavaScript. Look at this question for the detailed reason of why I'm using Google Closure Template. I want it to be multilingual. I see that there is a --locales switch and also looked at the samples provided in the project here and here. In the README_FOR_EXAMPLES files it is written that + simple_generated_en.js, features_generated_en.js, simple_generated_x-zz.js, features_generated_x-zz.js The JS files generated