mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-04 11:31:35 +00:00
L10n master (#8)
This commit is contained in:
parent
c4b8bc95b9
commit
546dea6dfd
3 changed files with 77 additions and 5 deletions
|
|
@ -57,7 +57,6 @@ public final class LocaleUtils {
|
|||
|
||||
final int appLanguageIndex = Utils.settingsHelper.getInteger(Constants.APP_LANGUAGE);
|
||||
|
||||
// todo keep adding languages till i die...... or find a big tiddy goth gf ;-;
|
||||
if (appLanguageIndex == 1) return "en";
|
||||
if (appLanguageIndex == 2) return "fr";
|
||||
if (appLanguageIndex == 3) return "es";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue