diff options
| author | TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> | 2021-02-14 19:37:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 19:37:46 +0000 |
| commit | c451aab1509bccfe4dfef4b2d62d153f985727e7 (patch) | |
| tree | f3feb04c1ba8a85a177ca7271560b556c1932d12 /src | |
| parent | 48bff9a5d2d57f56779c5f0b060fd7367cc3c606 (diff) | |
| download | invidious-c451aab1509bccfe4dfef4b2d62d153f985727e7.tar.gz invidious-c451aab1509bccfe4dfef4b2d62d153f985727e7.tar.bz2 invidious-c451aab1509bccfe4dfef4b2d62d153f985727e7.zip | |
Enable the Hebrew translation since it's now translated at more than 80%
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 ad9333bd..563a3768 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -84,6 +84,7 @@ LOCALES = { "fa" => load_locale("fa"), "fi" => load_locale("fi"), "fr" => load_locale("fr"), + "he" => load_locale("he"), "hr" => load_locale("hr"), "id" => load_locale("id"), "is" => load_locale("is"), |
