Merge pull request #2799 from element-hq/feature/bma/explicitLanguageListSupport

Add Explicit list of supported languages, generated from Localazy data.
This commit is contained in:
Benoit Marty 2024-05-06 17:10:30 +02:00 committed by GitHub
commit c058c265f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 119 additions and 4 deletions

View file

@ -29,6 +29,7 @@
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:localeConfig="@xml/locales_config"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"

View file

@ -0,0 +1,19 @@
<!-- File generated by importSupportedLocalesFromLocalazy.py, do not edit -->
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="be"/>
<locale android:name="bg"/>
<locale android:name="cs"/>
<locale android:name="de"/>
<locale android:name="en"/>
<locale android:name="es"/>
<locale android:name="fr"/>
<locale android:name="hu"/>
<locale android:name="in"/>
<locale android:name="it"/>
<locale android:name="ro"/>
<locale android:name="ru"/>
<locale android:name="sk"/>
<locale android:name="sv"/>
<locale android:name="uk"/>
<locale android:name="zh-TW"/>
</locale-config>