Add Brazilian Portuguese to language options

This commit is contained in:
Cameron Gutman
2022-07-21 23:38:08 -05:00
parent bdaaa6f0c7
commit 417babb3d4
2 changed files with 3 additions and 0 deletions

View File

@@ -63,6 +63,7 @@
<item>Tiếng Việt</item>
<item>Magyar</item>
<item>Ελληνικά</item>
<item>Português</item>
</string-array>
<string-array name="language_values" translatable="false">
<item>default</item>
@@ -83,6 +84,7 @@
<item>vi</item>
<item>hu</item>
<item>el</item>
<item>pt-BR</item>
</string-array>
<string-array name="video_format_names">

View File

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