Repo created
This commit is contained in:
parent
16b40d913d
commit
58cebe4c98
697 changed files with 71766 additions and 2 deletions
14
app/src/main/res/xml/locale_config.xml
Normal file
14
app/src/main/res/xml/locale_config.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<locale android:name="en"/> <!-- English -->
|
||||
<locale android:name="de-DE"/> <!-- German -->
|
||||
<locale android:name="fr-FR"/> <!-- French -->
|
||||
<locale android:name="zh-CN"/> <!-- Simplified Chinese-->
|
||||
<locale android:name="ko-KR"/> <!-- Korean-->
|
||||
<locale android:name="pt-BR"/> <!-- Brazilian Portuguese -->
|
||||
<locale android:name="it-IT"/> <!-- Italian -->
|
||||
<locale android:name="ru-RU"/> <!-- Russian -->
|
||||
<locale android:name="es-ES"/> <!-- Spanish (Spain) -->
|
||||
<locale android:name="pl-PL"/> <!-- Polish -->
|
||||
<locale android:name="tr-TR"/> <!-- Turkish -->
|
||||
</locale-config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue