From e7d30f5afdee5f11b704a4a8c6082e180a0e3bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sun, 23 Sep 2018 16:31:23 +0800 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index a440ab9..d78ebda 100644 --- a/main.js +++ b/main.js @@ -191,7 +191,7 @@ function _(text) { }); req.end(); } 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;