feat: Add zh-TW language

This commit is contained in:
古丁丁
2025-11-25 11:23:48 +08:00
committed by GitHub
parent 2cfb0e05cf
commit 9440a4f879
3 changed files with 2104 additions and 1 deletions

View File

@@ -56,6 +56,10 @@ export default function LocaleSwitcher() {
{
value: "nb-NO",
label: "Norsk (Bokmål)"
},
{
value: "zh-TW",
label: "繁體中文"
}
]}
/>