mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-06-05 23:29:12 +02:00
Add support for zh-TW translation
This commit is contained in:
@ -88,6 +88,7 @@ LOCALES = {
|
||||
"tr" => load_locale("tr"),
|
||||
"uk" => load_locale("uk"),
|
||||
"zh-CN" => load_locale("zh-CN"),
|
||||
"zh-TW" => load_locale("zh-TW"),
|
||||
}
|
||||
|
||||
config = CONFIG
|
||||
|
Reference in New Issue
Block a user