diff options
| author | Sandy Nicko Mac Corzeta <4186454+sandycorzeta@users.noreply.github.com> | 2021-05-23 09:57:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-23 18:57:33 +0900 |
| commit | f85399e355685344d45efa49d220cf1508d0bfd5 (patch) | |
| tree | 3d19e0673e7964f1fb4b7bde7b9d301a0a242177 | |
| parent | Fix search-by-tag (#7531) (diff) | |
| download | misskey-f85399e355685344d45efa49d220cf1508d0bfd5.tar.gz misskey-f85399e355685344d45efa49d220cf1508d0bfd5.tar.bz2 misskey-f85399e355685344d45efa49d220cf1508d0bfd5.zip | |
Add Indonesian to index language (#7528)
Co-authored-by: Sandy Nicko Mac Corzeta <sandynicko@windowslive.com>
| -rw-r--r-- | locales/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/index.js b/locales/index.js index 727e0e3848..35f9972ff7 100644 --- a/locales/index.js +++ b/locales/index.js @@ -21,6 +21,7 @@ const languages = [ 'en-US', 'es-ES', 'fr-FR', + 'id-ID', 'ja-JP', 'ja-KS', 'kab-KAB', |