Explorar el Código

Merge pull request #12875 from Arthur-GYT/per-app-languages

Add automatic Per App Languages
Andy Scherzinger hace 11 meses
padre
commit
8a3135e99c
Se han modificado 2 ficheros con 12 adiciones y 0 borrados
  1. 3 0
      app/build.gradle
  2. 9 0
      app/src/main/res/resources.properties

+ 3 - 0
app/build.gradle

@@ -98,6 +98,9 @@ android {
     namespace 'com.owncloud.android'
     testNamespace "${namespace}.test"
 
+    androidResources {
+        generateLocaleConfig = true
+    }
 
     defaultConfig {
         minSdkVersion 24

+ 9 - 0
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