Merge pull request #2246 from thgoebel/per-app-language

Add support for per-app language preference
This commit is contained in:
Andy Scherzinger 2024-06-25 19:08:24 +02:00 committed by GitHub
commit f79b2a6797
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -81,6 +81,10 @@ android {
abortOnError false
disable 'MissingTranslation'
}
androidResources {
generateLocaleConfig true
}
}
ext {

View file

@ -0,0 +1,4 @@
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: GPL-3.0-or-later
# https://developer.android.com/guide/topics/resources/app-languages
unqualifiedResLocale=en