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

add new languages

Co-Authored-By: retiolus <65604466+retiolus@users.noreply.github.com>
Co-Authored-By: rikishi0071 <18183855+rikishi0071@users.noreply.github.com>
This commit is contained in:
Austin Huang 2020-11-30 12:43:33 -05:00
parent 58f7130e2d
commit 38d0bd56f8
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
3 changed files with 8 additions and 3 deletions

View file

@ -556,6 +556,7 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage
}
else {
Toast.makeText(getApplicationContext(), R.string.post_not_found, Toast.LENGTH_SHORT).show();
alertDialog.dismiss();
}
}).execute();
}

View file

@ -74,8 +74,8 @@ public final class LocaleUtils {
if (appLanguageIndex == 12) return "mk";
if (appLanguageIndex == 13) return "vi";
if (appLanguageIndex == 14) return "zh_TW";
if (appLanguageIndex == 15) return "hi";
if (appLanguageIndex == 16) return "cs";
if (appLanguageIndex == 15) return "ca";
if (appLanguageIndex == 16) return "ru";
return null;
}