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

bibliogram theme, translation setup

This commit is contained in:
Austin Huang 2020-09-15 20:18:23 -04:00
parent 841f61f6cf
commit 7ac9c965e3
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
5 changed files with 41 additions and 9 deletions

View file

@ -69,6 +69,8 @@ public final class LocaleUtils {
if (appLanguageIndex == 8) return "pl";
if (appLanguageIndex == 9) return "tr";
if (appLanguageIndex == 10) return "pt";
if (appLanguageIndex == 11) return "fa";
if (appLanguageIndex == 12) return "mk";
return null;
}