tempus/app/src/main/res/xml/locale_config.xml

8 lines
379 B
XML
Raw Normal View History

<?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 -->
2023-10-05 16:23:17 +02:00
<locale android:name="fr-FR"/> <!-- French -->
<locale android:name="zh-CN"/> <!-- Simplified Chinese-->
2023-10-05 16:23:17 +02:00
</locale-config>