mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-04 03:21:36 +00:00
slovak translation
Co-Authored-By: Jakub Janek <jakubjanek@protonmail.com>
This commit is contained in:
parent
f325d07a84
commit
741c0ab65e
4 changed files with 17 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
<item translatable="false">Русский [Спасибо @rikishi0071]</item>
|
||||
<item translatable="false">हिन्दी</item>
|
||||
<item translatable="false">Nederlands [Met dank aan Lesley Natrop]</item>
|
||||
<item translatable="false">Slovenčina [Vďaka @CrafterSvK]</item>
|
||||
</string-array>
|
||||
<string-array name="theme_presets">
|
||||
<item>Auto / Follow System</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue