Update main.js
This commit is contained in:
parent
3ac79ee384
commit
e7d30f5afd
2
main.js
2
main.js
@ -191,7 +191,7 @@ function _(text) {
|
|||||||
});
|
});
|
||||||
req.end();
|
req.end();
|
||||||
} else {
|
} else {
|
||||||
adapter.log.warn('Translate: "' + text + '": {"en": "' + text + '", "de": "' + text + '", "ru": "' + text + '"}, please send to developer');
|
adapter.log.warn('Translate: "' + text + '": {"en": "' + text + '", "cn": "' + text + '"}, please send to developer');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return text;
|
return text;
|
||||||
|
Loading…
Reference in New Issue
Block a user