update
This commit is contained in:
0
bin/build.js
Normal file → Executable file
0
bin/build.js
Normal file → Executable file
2
bin/concatTranslator.js
Normal file → Executable file
2
bin/concatTranslator.js
Normal file → Executable file
@@ -37,7 +37,7 @@ for (var i = 0, n = moduleDirs.length; i < n; i++) {
|
||||
|
||||
for (var lang in translations)
|
||||
{
|
||||
console.log(translations[lang]);
|
||||
// console.log(translations[lang]);
|
||||
var langTranslations = JSON.stringify(translations[lang]);
|
||||
fs.writeFile(outputDir+"/"+lang+".json", langTranslations, err => {
|
||||
if (err){
|
||||
|
||||
Reference in New Issue
Block a user