Skip to content

Commit

Permalink
chore(toolbox): 去掉不可能用到的翻译语言
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Oct 5, 2024
1 parent e210f56 commit f5789e5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@ function handleReferenceLanguageChange(value: Language) {
const langSelect = [
{ label: "简体中文", key: "TextCn" },
{ label: "繁体中文", key: "TextTw" },
{ label: "日语", key: "TextJp" },
{ label: "英语", key: "TextEn" },
{ label: "韩语", key: "TextKr" },
{ label: "泰语", key: "TextTh" },
];
Expand Down

0 comments on commit f5789e5

Please sign in to comment.