diff options
author | Minteck <contact@minteck.org> | 2023-01-03 22:01:57 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-01-03 22:01:57 +0100 |
commit | 5d7695aa154f294defa17e151d88df0b12c60098 (patch) | |
tree | 727ee7068c20ce15cd9652bbe27a8e7f186979e5 /app/src/main/res/xml/locales_config.xml | |
download | delta-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.xml | 4 |
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 |