Update translateLanguageFile.js

merge-requests/256/merge
Moe 2022-04-29 10:48:22 -07:00
parent a7c707980b
commit fe4af40ecc
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ var next=function(v){
translate(source[v], {to: process.argv[4],from: process.argv[3]}).then(res => {
translation = res.text
newList[v] = translation;
console.log(current + '/' + list.length + ',' + v + ' ---> ' + translation)
console.log(current + '/' + list.length,v,' ---> ',translation)
goNext()
}).catch(err => {
translation = `${source[v]}`