From 778f823c7aac0bbb81d0e1fc37608a298e0ee8e7 Mon Sep 17 00:00:00 2001
From: ender-zhao <77391690+ender-zhao@users.noreply.github.com>
Date: Wed, 5 Jan 2022 10:19:27 +0800
Subject: [PATCH 1/3] Add Simplified Chinese
arrays.xml
---
app/src/main/res/values-zh-rCN/strings.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 app/src/main/res/values-zh-rCN/strings.xml
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
new file mode 100644
index 0000000..6bef624
--- /dev/null
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -0,0 +1,13 @@
+
+
+ - system
+ - dark
+ - light
+
+
+
+ - 跟随系统
+ - 深色模式
+ - 明亮模式
+
+
From d7cf178dd55437cb4688e0e66ceaf18adf53cc37 Mon Sep 17 00:00:00 2001
From: ender-zhao <77391690+ender-zhao@users.noreply.github.com>
Date: Wed, 5 Jan 2022 11:00:38 +0800
Subject: [PATCH 2/3] Update strings.xml
---
app/src/main/res/values-zh-rCN/strings.xml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index 6bef624..3b4d1fa 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -1,11 +1,5 @@
-
- - system
- - dark
- - light
-
-
-
+
- 跟随系统
- 深色模式
- 明亮模式
From abfeab66488f41c6151892d7edb596455e0de64a Mon Sep 17 00:00:00 2001
From: ender-zhao <77391690+ender-zhao@users.noreply.github.com>
Date: Wed, 5 Jan 2022 21:30:16 +0800
Subject: [PATCH 3/3] Update and rename strings.xml to arrays.xml
---
app/src/main/res/values-zh-rCN/{strings.xml => arrays.xml} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename app/src/main/res/values-zh-rCN/{strings.xml => arrays.xml} (100%)
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/arrays.xml
similarity index 100%
rename from app/src/main/res/values-zh-rCN/strings.xml
rename to app/src/main/res/values-zh-rCN/arrays.xml