Localized new ui to zh-TW (#5942)

* Create zh-TW.json

* Update _sync-report.json

* Update languages.ts

* Update config.ts

* fix(i18n): update language codes and improve translations for zh-CN and zh-TW
This commit is contained in:
Meow Tech Open Source by NovaMeow
2026-07-07 12:46:02 +08:00
committed by GitHub
parent 70ea899e37
commit d1abf78ec0
5 changed files with 5085 additions and 8 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export function LanguageSwitcher() {
const { i18n, t } = useTranslation()
const user = useAuthStore((s) => s.auth.user)
const currentLanguage = normalizeInterfaceLanguage(i18n.language)
console.log('Current interface language: %s', currentLanguage)
const handleChangeLanguage = useCallback(
async (code: string) => {
await i18n.changeLanguage(code)