mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
fix: language types error (#14)
This commit is contained in:
@@ -6,9 +6,9 @@ export const settingCoverageTypes: Record<number, string> = {
|
||||
|
||||
export const nezhaLang: Record<string, string> = {
|
||||
"auto": i18next.t("Auto"),
|
||||
"zh_CN": "简体中文(中国大陆)",
|
||||
"zh_TW": "正體中文(台灣)",
|
||||
"en_US": "English",
|
||||
"zh-CN": "简体中文(中国大陆)",
|
||||
"zh-TW": "正體中文(台灣)",
|
||||
"en-US": "English",
|
||||
}
|
||||
|
||||
export const wafBlockReasons: Record<number, string> = {
|
||||
|
||||
Reference in New Issue
Block a user