mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 14:57:38 +03:00
Merge pull request #2246 from thgoebel/per-app-language
Add support for per-app language preference
This commit is contained in:
commit
f79b2a6797
2 changed files with 8 additions and 0 deletions
|
@ -81,6 +81,10 @@ android {
|
|||
abortOnError false
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
|
||||
androidResources {
|
||||
generateLocaleConfig true
|
||||
}
|
||||
}
|
||||
|
||||
ext {
|
||||
|
|
4
app/src/main/res/resources.properties
Normal file
4
app/src/main/res/resources.properties
Normal 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
|
Loading…
Reference in a new issue