summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/locales_config.xml
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-01-03 22:01:57 +0100
committerMinteck <contact@minteck.org>2023-01-03 22:01:57 +0100
commit5d7695aa154f294defa17e151d88df0b12c60098 (patch)
tree727ee7068c20ce15cd9652bbe27a8e7f186979e5 /app/src/main/res/xml/locales_config.xml
downloaddelta-android-5d7695aa154f294defa17e151d88df0b12c60098.tar.gz
delta-android-5d7695aa154f294defa17e151d88df0b12c60098.tar.bz2
delta-android-5d7695aa154f294defa17e151d88df0b12c60098.zip
Initial commit
Diffstat (limited to 'app/src/main/res/xml/locales_config.xml')
-rw-r--r--app/src/main/res/xml/locales_config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/locales_config.xml b/app/src/main/res/xml/locales_config.xml
new file mode 100644
index 0000000..da6451b
--- /dev/null
+++ b/app/src/main/res/xml/locales_config.xml
@@ -0,0 +1,4 @@
+<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
+ <locale android:name="en" />
+ <locale android:name="fr" />
+</locale-config> \ No newline at end of file