diff --git a/app/build.gradle b/app/build.gradle index 90b7c0167fd8..a2f7e3ca36e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -98,6 +98,9 @@ android { namespace 'com.owncloud.android' testNamespace "${namespace}.test" + androidResources { + generateLocaleConfig = true + } defaultConfig { minSdkVersion 24 diff --git a/app/src/main/res/resources.properties b/app/src/main/res/resources.properties new file mode 100644 index 000000000000..158cccd8c345 --- /dev/null +++ b/app/src/main/res/resources.properties @@ -0,0 +1,9 @@ +# +# Nextcloud - Android Client +# +# SPDX-FileCopyrightText: 2024 Arthur-GYT +# SPDX-FileCopyrightText: 2024 Nextcloud GmbH +# SPDX-License-Identifier: AGPL-3.0-or-later +# + +unqualifiedResLocale=en-US \ No newline at end of file