mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user