mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-26 18:45:49 +01:00
Amazfit Bip: make cs language selectable
This also affects other devices like GTS 2 mini which use the same language list (this shouls be done differently). Closes #2396
This commit is contained in:
parent
48e5f44b81
commit
a6ed6c91da
@ -1279,6 +1279,7 @@
|
||||
<item name="fr_FR">@string/french</item>
|
||||
<item name="pt_BR">@string/portuguese</item>
|
||||
<item name="tr_TR">@string/turkish</item>
|
||||
<item name="cs_CZ">@string/czesh</item>
|
||||
<item name="ru_RU">@string/russian</item>
|
||||
</string-array>
|
||||
|
||||
@ -1293,6 +1294,7 @@
|
||||
<item>fr_FR</item>
|
||||
<item>pt_BR</item>
|
||||
<item>tr_TR</item>
|
||||
<item>cs_CZ</item>
|
||||
<item>ru_RU</item>
|
||||
</string-array>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user