mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-04 03:21:36 +00:00
japanese translation
Co-Authored-By: ysakamoto <1331642+ysakamoto@users.noreply.github.com>
This commit is contained in:
parent
d931d5120c
commit
d21df4d21b
4 changed files with 13 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ public final class LocaleUtils {
|
|||
if (appLanguageIndex == 17) return "hi";
|
||||
if (appLanguageIndex == 18) return "nl";
|
||||
if (appLanguageIndex == 19) return "sk";
|
||||
if (appLanguageIndex == 20) return "ja";
|
||||
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
<item translatable="false">हिन्दी</item>
|
||||
<item translatable="false">Nederlands [Met dank aan Lesley Natrop]</item>
|
||||
<item translatable="false">Slovenčina [Vďaka @CrafterSvK]</item>
|
||||
<item translatable="false">日本語 [協力 ysakamoto]</item>
|
||||
</string-array>
|
||||
<string-array name="theme_presets">
|
||||
<item>Auto / Follow System</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue