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

locale chores

This commit is contained in:
Austin Huang 2020-12-12 19:01:23 -05:00
parent 256a1d84ae
commit b72b3211d5
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
2 changed files with 26 additions and 23 deletions

View file

@ -76,6 +76,8 @@ public final class LocaleUtils {
if (appLanguageIndex == 14) return "zh_TW";
if (appLanguageIndex == 15) return "ca";
if (appLanguageIndex == 16) return "ru";
if (appLanguageIndex == 17) return "hi";
if (appLanguageIndex == 18) return "nl";
return null;
}