Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 778f823

Browse files
authored
Add Simplified Chinese
arrays.xml
1 parent 5f6e921 commit 778f823

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<resources>
2+
<string-array name="theme_values" translatable="false">
3+
<item>system</item>
4+
<item>dark</item>
5+
<item>light</item>
6+
</string-array>
7+
8+
<string-array name="theme_values_names">
9+
<item>跟随系统</item>
10+
<item>深色模式</item>
11+
<item>明亮模式</item>
12+
</string-array>
13+
</resources>

0 commit comments

Comments
 (0)