Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic Per App Languages #12875

Merged
merged 2 commits into from Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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