浏览代码

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

Add automatic Per App Languages
Andy Scherzinger 11 月之前
父节点
当前提交
8a3135e99c
共有 2 个文件被更改,包括 12 次插入0 次删除
  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