Skip to content

Commit

Permalink
Merge pull request #12875 from Arthur-GYT/per-app-languages
Browse files Browse the repository at this point in the history
Add automatic Per App Languages
  • Loading branch information
AndyScherzinger committed Apr 30, 2024
2 parents 3755df0 + a10ca3b commit 8a3135e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Expand Up @@ -98,6 +98,9 @@ android {
namespace 'com.owncloud.android'
testNamespace "${namespace}.test"

androidResources {
generateLocaleConfig = true
}

defaultConfig {
minSdkVersion 24
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/resources.properties
@@ -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

0 comments on commit 8a3135e

Please sign in to comment.