Manual change of app language #1884 #1990

This commit is contained in:
J-Jamet
2025-11-17 12:08:26 +01:00
parent 622e9cefdd
commit f19afbdb2e
5 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(4.3.0)
* Manual change of app language #1884 #1990
KeePassDX(4.2.4)
* Fix remembering database location #2262

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 19
targetSdkVersion 35
versionCode = 149
versionName = "4.2.4"
versionCode = 150
versionName = "4.3.0"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"
@@ -110,6 +110,10 @@ android {
// Bouncy castle bug https://github.com/bcgit/bc-java/issues/1685
resources.pickFirsts.add('META-INF/versions/9/OSGI-INF/MANIFEST.MF')
}
androidResources {
generateLocaleConfig true
}
}
def room_version = "2.5.1"

View File

@@ -0,0 +1 @@
unqualifiedResLocale=en-US

View File

@@ -0,0 +1 @@
* Manual change of app language #1884 #1990

View File

@@ -0,0 +1 @@
* Changement manuel de la langue de l'appli #1884 #1990