Merge pull request #12875 from Arthur-GYT/per-app-languages
Add automatic Per App Languages
This commit is contained in:
commit
8a3135e99c
@ -98,6 +98,9 @@ android {
|
||||
namespace 'com.owncloud.android'
|
||||
testNamespace "${namespace}.test"
|
||||
|
||||
androidResources {
|
||||
generateLocaleConfig = true
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
9
app/src/main/res/resources.properties
Normal file
9
app/src/main/res/resources.properties
Normal file
@ -0,0 +1,9 @@
|
||||
#
|
||||
# Nextcloud - Android Client
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2024 Arthur-GYT <a.gayot@posteo.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
|
||||
unqualifiedResLocale=en-US
|
Loading…
x
Reference in New Issue
Block a user