mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 18:31:40 +00:00
5 lines
249 B
XML
5 lines
249 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-config>
|