diff options
| author | Omar Roth <omarroth@protonmail.com> | 2020-04-20 16:40:03 -0500 |
|---|---|---|
| committer | Omar Roth <omarroth@protonmail.com> | 2020-04-20 16:46:00 -0500 |
| commit | 97eb01a28d007cac7af86779f26c92397b68b4c8 (patch) | |
| tree | 70e254e38c9f5173fdb698829d40af11f9aead51 /src | |
| parent | 9a2a636aed3c003b9963a509bb4d94ded5c53183 (diff) | |
| download | invidious-97eb01a28d007cac7af86779f26c92397b68b4c8.tar.gz invidious-97eb01a28d007cac7af86779f26c92397b68b4c8.tar.bz2 invidious-97eb01a28d007cac7af86779f26c92397b68b4c8.zip | |
Merge weblate
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious.cr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/invidious.cr b/src/invidious.cr index 2d72f49f..2a493a46 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -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"), |
