Merge pull request #4896 from vector-im/feature/bma/add_languages

Add some missing languages in the change language screen
This commit is contained in:
Benoit Marty 2022-01-11 10:04:02 +01:00 committed by GitHub
commit 6a1940cdd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="resources_language">fr</string>
<string name="resources_country_code">CA</string>
<string name="resources_script">Latn</string>
</resources>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="resources_language">ml</string>
<string name="resources_country_code">IN</string>
<string name="resources_script">Mlym</string>
</resources>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="resources_language">pa</string>
<string name="resources_country_code">PK</string>
<string name="resources_script">Zyyy</string>
</resources>