fix: deeplx: replace auto to blank string

This commit is contained in:
Gabe Yuan
2024-05-21 11:55:17 +08:00
parent 58e745d967
commit 0198963584

View File

@@ -202,7 +202,7 @@ export const OPT_LANGS_SPECIAL = {
]),
[OPT_TRANS_DEEPLX]: new Map([
...OPT_LANGS_FROM.map(([key]) => [key, key.toUpperCase()]),
["auto", ""],
["auto", "auto"],
["zh-CN", "ZH"],
["zh-TW", "ZH"],
]),