mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Add configuration for new languages
This commit is contained in:
parent
e96bdba752
commit
898c2d514c
2 changed files with 16 additions and 0 deletions
8
vector/src/main/res/values-si/strings_no_weblate.xml
Normal file
8
vector/src/main/res/values-si/strings_no_weblate.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="resources_language">si</string>
|
||||
<string name="resources_country_code">LK</string>
|
||||
<string name="resources_script">Latn</string>
|
||||
|
||||
</resources>
|
8
vector/src/main/res/values-uz/strings_no_weblate.xml
Normal file
8
vector/src/main/res/values-uz/strings_no_weblate.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="resources_language">uz</string>
|
||||
<string name="resources_country_code">UZ</string>
|
||||
<string name="resources_script">Latn</string>
|
||||
|
||||
</resources>
|
Loading…
Add table
Reference in a new issue