diff options
| author | TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> | 2021-01-23 17:12:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-23 17:12:37 +0000 |
| commit | 85ebf2e48491d8f7e807334f3ea9555aea800a3d (patch) | |
| tree | 2a3eca621b6e06b46724496a993e77607dfb843c /src | |
| parent | 1996e6afaad350e5205135919461b96fe04e12ac (diff) | |
| parent | 799f97e847fe92ce2463847b821a499ca54c8e31 (diff) | |
| download | invidious-85ebf2e48491d8f7e807334f3ea9555aea800a3d.tar.gz invidious-85ebf2e48491d8f7e807334f3ea9555aea800a3d.tar.bz2 invidious-85ebf2e48491d8f7e807334f3ea9555aea800a3d.zip | |
Merge pull request #1700 from TheFrenchGhosty/translations
Make invidious use all the translation files if they are translated at more than 80%
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious.cr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/invidious.cr b/src/invidious.cr index deb24ac3..10c23dac 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -84,9 +84,9 @@ LOCALES = { "en-US" => load_locale("en-US"), "eo" => load_locale("eo"), "es" => load_locale("es"), - "eu" => load_locale("eu"), + "fa" => load_locale("fa"), "fr" => load_locale("fr"), - "hu" => load_locale("hu-HU"), + "hr" => load_locale("hr"), "is" => load_locale("is"), "it" => load_locale("it"), "ja" => load_locale("ja"), |
