1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 03:51:36 +00:00

japanese translation

Co-Authored-By: ysakamoto <1331642+ysakamoto@users.noreply.github.com>
This commit is contained in:
Austin Huang 2020-12-31 11:24:40 -05:00
parent d931d5120c
commit d21df4d21b
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
4 changed files with 13 additions and 1 deletions

View file

@ -79,6 +79,7 @@ public final class LocaleUtils {
if (appLanguageIndex == 17) return "hi";
if (appLanguageIndex == 18) return "nl";
if (appLanguageIndex == 19) return "sk";
if (appLanguageIndex == 20) return "ja";
return null;
}