diff options
| author | TheFrenchGhosty <TheFrenchGhosty@posteo.is> | 2021-01-23 18:07:55 +0100 |
|---|---|---|
| committer | TheFrenchGhosty <TheFrenchGhosty@posteo.is> | 2021-01-23 18:07:55 +0100 |
| commit | 799f97e847fe92ce2463847b821a499ca54c8e31 (patch) | |
| tree | 35ef61d4380eacb942501c8657113263107dcdff | |
| parent | dd2a7f91cc6c84542ede7daf474733a281c57dfb (diff) | |
| download | invidious-799f97e847fe92ce2463847b821a499ca54c8e31.tar.gz invidious-799f97e847fe92ce2463847b821a499ca54c8e31.tar.bz2 invidious-799f97e847fe92ce2463847b821a499ca54c8e31.zip | |
Make invidious use all the translation files
| -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"), |
