Skip to content

Commit

Permalink
fix: Fix missing language in DeepL (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Jun 4, 2023
1 parent e262543 commit 1ef997b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/interfaces/deepl.js
Expand Up @@ -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',
Expand Down

0 comments on commit 1ef997b

Please sign in to comment.