fix: language types error (#14)

This commit is contained in:
GuGuGu
2024-11-30 16:56:30 +01:00
committed by GitHub
parent 3dc6da8ea9
commit c99da9fdc1
2 changed files with 5 additions and 5 deletions

View File

@@ -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> = {