From 1ef997b152bf73c305c24e920b9505441f301116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=BE=E4=BA=86=E4=B8=AA=E8=90=8C?= Date: Sun, 4 Jun 2023 10:14:21 +0800 Subject: [PATCH] fix: Fix missing language in DeepL (#183) --- src/interfaces/deepl.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/interfaces/deepl.js b/src/interfaces/deepl.js index 68f8821b4c..f6592d5461 100644 --- a/src/interfaces/deepl.js +++ b/src/interfaces/deepl.js @@ -9,14 +9,15 @@ export const info = { // 接口支持语言及映射 supportLanguage: { auto: 'auto', - zh_tw: 'ZH', zh_cn: 'ZH', - de: 'DE', + zh_tw: 'ZH', + ja: 'JA ', en: 'EN', - es: 'ES', + ko: 'KO', fr: 'FR', - ja: 'JA', + es: 'ES', ru: 'RU', + de: 'DE', it: 'IT', tr: 'TR', pt: 'PT',