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

Merge branch 'master' into task/add-favourites

This commit is contained in:
Ammar Githam 2020-09-19 04:26:48 +09:00
commit 9144110564
43 changed files with 1751 additions and 319 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;
}