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

Commit 38e9dde

Browse files
authored
add german
1 parent 6dc32f7 commit 38e9dde

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+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string-array name="theme_values">
4+
<item>system</item>
5+
<item>dark</item>
6+
<item>light</item>
7+
</string-array>
8+
<string-array name="theme_values_names">
9+
<item>Systemvorgabe</item>
10+
<item>Dunkel</item>
11+
<item>Hell</item>
12+
</string-array>
13+
</resources>

0 commit comments

Comments
 (0)