mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02: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:
@@ -1279,6 +1279,7 @@
|
|||||||
<item name="fr_FR">@string/french</item>
|
<item name="fr_FR">@string/french</item>
|
||||||
<item name="pt_BR">@string/portuguese</item>
|
<item name="pt_BR">@string/portuguese</item>
|
||||||
<item name="tr_TR">@string/turkish</item>
|
<item name="tr_TR">@string/turkish</item>
|
||||||
|
<item name="cs_CZ">@string/czesh</item>
|
||||||
<item name="ru_RU">@string/russian</item>
|
<item name="ru_RU">@string/russian</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
@@ -1293,6 +1294,7 @@
|
|||||||
<item>fr_FR</item>
|
<item>fr_FR</item>
|
||||||
<item>pt_BR</item>
|
<item>pt_BR</item>
|
||||||
<item>tr_TR</item>
|
<item>tr_TR</item>
|
||||||
|
<item>cs_CZ</item>
|
||||||
<item>ru_RU</item>
|
<item>ru_RU</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user