mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
build: started implementing language picker via appcompat instead of automatically generating language configurations to maintain compatibility with Android versions below 13
This commit is contained in:
parent
74b4b04693
commit
a29cee488e
4 changed files with 19 additions and 6 deletions
|
|
@ -1 +0,0 @@
|
|||
unqualifiedResLocale=en-US
|
||||
5
app/src/main/res/xml/locale_config.xml
Normal file
5
app/src/main/res/xml/locale_config.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue