mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add support for Turkish translation
This commit is contained in:
parent
8a3c6382e9
commit
466a5a932b
2 changed files with 9 additions and 23 deletions
|
@ -85,6 +85,7 @@ LOCALES = {
|
|||
"nl" => load_locale("nl"),
|
||||
"pl" => load_locale("pl"),
|
||||
"ru" => load_locale("ru"),
|
||||
"tr" => load_locale("tr"),
|
||||
"uk" => load_locale("uk"),
|
||||
"zh-CN" => load_locale("zh-CN"),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue