fix lang script

This commit is contained in:
yuri
2017-11-28 12:06:05 +02:00
parent df9320bb8c
commit 8f7d395a81
+1
View File
@@ -206,6 +206,7 @@ Lang.prototype.run = function () {
var targetValue = item.stringTranslated;
if (targetValue === '') {
return;
targetValue = item.stringOriginal;
}
if (isArray) {