fix: Kill auto language (#21)

* fix: Kill auto language

Kill the background automatic recognition of language to prevent backend
Language file correction

* refactor(Aggregate): Ports and install hosts

Optimize multi-language

* fix(I18n): Kill spurious shortcuts

Fix wrong import
This commit is contained in:
GuGuGu
2024-12-02 13:57:03 +01:00
committed by GitHub
parent 51c0af6146
commit 22c53cf723
10 changed files with 68 additions and 63 deletions

View File

@@ -5,7 +5,6 @@ export const settingCoverageTypes: Record<number, string> = {
}
export const nezhaLang: Record<string, string> = {
"auto": i18next.t("Auto"),
"zh-CN": "简体中文(中国大陆)",
"zh-TW": "正體中文(台灣)",
"en-US": "English",