mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
feat: enabled automatic per-app language support
This commit is contained in:
parent
b8b9c80bdc
commit
74b4b04693
2 changed files with 5 additions and 0 deletions
|
|
@ -62,6 +62,10 @@ android {
|
||||||
viewBinding true
|
viewBinding true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
androidResources {
|
||||||
|
generateLocaleConfig true
|
||||||
|
}
|
||||||
|
|
||||||
namespace 'com.cappielloantonio.tempo'
|
namespace 'com.cappielloantonio.tempo'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1
app/src/main/res/resources.properties
Normal file
1
app/src/main/res/resources.properties
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
unqualifiedResLocale=en-US
|
||||||
Loading…
Add table
Add a link
Reference in a new issue