summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheFrenchGhosty <TheFrenchGhosty@posteo.is>2021-01-23 18:07:55 +0100
committerTheFrenchGhosty <TheFrenchGhosty@posteo.is>2021-01-23 18:07:55 +0100
commit799f97e847fe92ce2463847b821a499ca54c8e31 (patch)
tree35ef61d4380eacb942501c8657113263107dcdff /src
parentdd2a7f91cc6c84542ede7daf474733a281c57dfb (diff)
downloadinvidious-799f97e847fe92ce2463847b821a499ca54c8e31.tar.gz
invidious-799f97e847fe92ce2463847b821a499ca54c8e31.tar.bz2
invidious-799f97e847fe92ce2463847b821a499ca54c8e31.zip
Make invidious use all the translation files
Diffstat (limited to 'src')
-rw-r--r--src/invidious.cr4
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"),