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

add vietnamese and other house chores

This commit is contained in:
Austin Huang 2020-09-26 12:36:45 -04:00
parent c0ee076846
commit 1713ae2573
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
22 changed files with 25 additions and 163 deletions

View file

@ -71,6 +71,7 @@ public final class LocaleUtils {
if (appLanguageIndex == 10) return "pt";
if (appLanguageIndex == 11) return "fa";
if (appLanguageIndex == 12) return "mk";
if (appLanguageIndex == 13) return "vi";
return null;
}