mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-01 23:35:28 +00:00
Update locale selections to add Hebrew, Swedish, and Indonesian languages
This commit is contained in:
parent
8737466368
commit
2b8a43ab13
@ -65,6 +65,9 @@
|
||||
<item>Ελληνικά</item>
|
||||
<item>Português do Brasil</item>
|
||||
<item>Čeština</item>
|
||||
<item>עִבְרִית</item>
|
||||
<item>Svenska</item>
|
||||
<item>Indonesia</item>
|
||||
</string-array>
|
||||
<string-array name="language_values" translatable="false">
|
||||
<item>default</item>
|
||||
@ -87,6 +90,9 @@
|
||||
<item>el</item>
|
||||
<item>pt-BR</item>
|
||||
<item>cs</item>
|
||||
<item>iw</item>
|
||||
<item>sv</item>
|
||||
<item>in</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="video_format_names">
|
||||
|
@ -20,4 +20,7 @@
|
||||
<locale android:name="el"/>
|
||||
<locale android:name="pt-BR"/>
|
||||
<locale android:name="cs"/>
|
||||
<locale android:name="iw"/>
|
||||
<locale android:name="sv"/>
|
||||
<locale android:name="in"/>
|
||||
</locale-config>
|
Loading…
x
Reference in New Issue
Block a user