feat(i18n): Add Traditional Chinese (Taiwan, zh-TW) support (#2285)

This commit is contained in:
Chiahong
2025-11-17 14:53:03 +08:00
committed by GitHub
parent edc3c5af57
commit 10a140d188
3 changed files with 284 additions and 0 deletions
+5
View File
@@ -79,6 +79,11 @@ export default defineNuxtConfig({
language: 'zh-HK',
name: '繁體中文(香港)',
},
{
code: 'zh-TW',
language: 'zh-TW',
name: '正體中文 (台灣)',
},
{
code: 'pl',
language: 'pl-PL',