json-autotranslate
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -61,3 +61,3 @@ "use strict"; | ||
DeepL.prototype.supportsLanguage = function (language) { | ||
return ['en', 'de', 'fr', 'es', 'pt', 'it', 'nl', 'pl', 'ru'].includes(language); | ||
return ['en', 'de', 'fr', 'es', 'pt', 'it', 'nl', 'pl', 'ru', 'zh'].includes(language); | ||
}; | ||
@@ -64,0 +64,0 @@ DeepL.prototype.translateStrings = function (strings, from, to) { |
{ | ||
"name": "json-autotranslate", | ||
"description": "Translate a folder of JSON files containing translations into multiple languages.", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
81244