Browse Source

Merge pull request #1700 from TheFrenchGhosty/translations

Make invidious use all the translation files if they are translated at more than 80%
pull/1701/head
TheFrenchGhosty 5 years ago
committed by GitHub
parent
commit
85ebf2e484
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/invidious.cr

4
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"),

Loading…
Cancel
Save