diff options
| author | TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> | 2021-02-14 19:35:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 19:35:05 +0000 |
| commit | 48bff9a5d2d57f56779c5f0b060fd7367cc3c606 (patch) | |
| tree | 4610789da7d901478e5b03037eaa23bc103334a9 /src/invidious.cr | |
| parent | db36d806699596dc87cf5b2802e81b1a5ad4a1da (diff) | |
| download | invidious-48bff9a5d2d57f56779c5f0b060fd7367cc3c606.tar.gz invidious-48bff9a5d2d57f56779c5f0b060fd7367cc3c606.tar.bz2 invidious-48bff9a5d2d57f56779c5f0b060fd7367cc3c606.zip | |
Enable the Indonesian translation since it's now translated at more than 80%
Diffstat (limited to 'src/invidious.cr')
| -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 ec6df302..ad9333bd 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -85,6 +85,7 @@ LOCALES = { "fi" => load_locale("fi"), "fr" => load_locale("fr"), "hr" => load_locale("hr"), + "id" => load_locale("id"), "is" => load_locale("is"), "it" => load_locale("it"), "ja" => load_locale("ja"), |
