mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 17:03:25 +05:30
Add support for zh-TW translation
This commit is contained in:
parent
f832743009
commit
f5c7bbfda8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user