Add Czech translation to language list

Fixes #1147
This commit is contained in:
Cameron Gutman
2022-11-29 18:42:28 -06:00
parent 27df265c81
commit 1a776b1990
2 changed files with 3 additions and 0 deletions

View File

@@ -64,6 +64,7 @@
<item>Magyar</item> <item>Magyar</item>
<item>Ελληνικά</item> <item>Ελληνικά</item>
<item>Português do Brasil</item> <item>Português do Brasil</item>
<item>Čeština</item>
</string-array> </string-array>
<string-array name="language_values" translatable="false"> <string-array name="language_values" translatable="false">
<item>default</item> <item>default</item>
@@ -85,6 +86,7 @@
<item>hu</item> <item>hu</item>
<item>el</item> <item>el</item>
<item>pt-BR</item> <item>pt-BR</item>
<item>cs</item>
</string-array> </string-array>
<string-array name="video_format_names"> <string-array name="video_format_names">

View File

@@ -19,4 +19,5 @@
<locale android:name="hu"/> <locale android:name="hu"/>
<locale android:name="el"/> <locale android:name="el"/>
<locale android:name="pt-BR"/> <locale android:name="pt-BR"/>
<locale android:name="cs"/>
</locale-config> </locale-config>