diff options
| author | Omar Roth <omarroth@hotmail.com> | 2019-03-01 19:24:53 -0600 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2019-03-01 19:24:53 -0600 |
| commit | 0eaf8f38a1fbb6253df8f4e4e57c616d8ffec425 (patch) | |
| tree | cb5b3e11e4d2b91b60cb624a8ba8ed6941c666c9 /src | |
| parent | f31af18aa96b116eff3a865b9800259632d682e9 (diff) | |
| download | invidious-0eaf8f38a1fbb6253df8f4e4e57c616d8ffec425.tar.gz invidious-0eaf8f38a1fbb6253df8f4e4e57c616d8ffec425.tar.bz2 invidious-0eaf8f38a1fbb6253df8f4e4e57c616d8ffec425.zip | |
Add support for Basque translation
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious.cr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/invidious.cr b/src/invidious.cr index b6356a51..5d7b2e72 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -97,6 +97,7 @@ LOCALES = { "ar" => load_locale("ar"), "de" => load_locale("de"), "en-US" => load_locale("en-US"), + "eu" => load_locale("eu"), "fr" => load_locale("fr"), "it" => load_locale("it"), "nb_NO" => load_locale("nb_NO"), |
