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

slovak translation

Co-Authored-By: Jakub Janek <jakubjanek@protonmail.com>
This commit is contained in:
Austin Huang 2020-12-30 13:54:39 -05:00
parent f325d07a84
commit 741c0ab65e
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
4 changed files with 17 additions and 3 deletions

View file

@ -78,6 +78,7 @@ public final class LocaleUtils {
if (appLanguageIndex == 16) return "ru";
if (appLanguageIndex == 17) return "hi";
if (appLanguageIndex == 18) return "nl";
if (appLanguageIndex == 19) return "sk";
return null;
}