fix: i18n zh-TW locale updates (#242)

This commit is contained in:
Vincent Young
2025-07-10 04:30:37 +08:00
committed by GitHub
parent 364f0e221e
commit 9e4b68112c
2 changed files with 54 additions and 54 deletions

View File

@@ -27,8 +27,8 @@ export const languages = {
"tr-TR": "Türkçe",
"uk-UA": "Українська",
"vi-VN": "Tiếng Việt",
"zh-CN": "中文",
"zh-TW": "中文",
"zh-CN": "简体中文",
"zh-TW": "繁體中文(台灣)",
};
export type SupportedLanguage = keyof typeof languages;