Merge weblate

This commit is contained in:
Omar Roth 2020-04-20 16:40:03 -05:00
parent 9a2a636aed
commit 97eb01a28d
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
23 changed files with 155 additions and 106 deletions

View file

@ -83,6 +83,7 @@ LOCALES = {
"es" => load_locale("es"),
"eu" => load_locale("eu"),
"fr" => load_locale("fr"),
"hu" => load_locale("hu-HU"),
"is" => load_locale("is"),
"it" => load_locale("it"),
"ja" => load_locale("ja"),
@ -90,6 +91,7 @@ LOCALES = {
"nl" => load_locale("nl"),
"pl" => load_locale("pl"),
"pt-BR" => load_locale("pt-BR"),
"pt-PT" => load_locale("pt-PT"),
"ro" => load_locale("ro"),
"ru" => load_locale("ru"),
"sv" => load_locale("sv-SE"),