1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-21 16:06:32 -04:00

Add support for Spanish translation

This commit is contained in:
Omar Roth 2019-04-05 17:24:06 -05:00
parent b82fb58dc4
commit ea0d52c0b8

@ -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"),