mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 16:42:18 +03:00
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:
@@ -29,6 +29,7 @@ export const supportedLanguageKeys = [
|
||||
"nb-NO",
|
||||
"sv",
|
||||
"zh-CN",
|
||||
"zh-Hant",
|
||||
"yue-Hant",
|
||||
"ja",
|
||||
"vi",
|
||||
|
||||
Reference in New Issue
Block a user