feat: add Traditional Chinese (zh-Hant) language option (#23322)

The zh-Hant translations are synced from Weblate (98% complete) but the
locale was never registered in the language selector, so users could not
select it. Register zh-Hant in supportedLanguageKeys, add its display
label, and map it to the zh-TW date-fns locale.
This commit is contained in:
Ban
2026-05-27 08:04:41 -05:00
committed by GitHub
parent 39a3667f39
commit 88f944fe81
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ export const supportedLanguageKeys = [
"nb-NO",
"sv",
"zh-CN",
"zh-Hant",
"yue-Hant",
"ja",
"vi",