mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-05 21:39:24 -04:00
Add support for Chinese translation
This commit is contained in:
parent
5515da3c2d
commit
857c57daba
2 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,7 @@ LOCALES = {
|
|||
"pl" => load_locale("pl"),
|
||||
"ru" => load_locale("ru"),
|
||||
"uk" => load_locale("uk"),
|
||||
"zh-CN" => load_locale("zh-CN"),
|
||||
}
|
||||
|
||||
config = CONFIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue