mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Add support for Spanish translation
This commit is contained in:
parent
b82fb58dc4
commit
ea0d52c0b8
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ LOCALES = {
|
|||
"ar" => load_locale("ar"),
|
||||
"de" => load_locale("de"),
|
||||
"en-US" => load_locale("en-US"),
|
||||
"es" => load_locale("es"),
|
||||
"eu" => load_locale("eu"),
|
||||
"fr" => load_locale("fr"),
|
||||
"it" => load_locale("it"),
|
||||
|
|
Loading…
Reference in a new issue