mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
7 lines
379 B
XML
7 lines
379 B
XML
<?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-config>
|