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

Commit 35a9b16

Browse files
committed
Improve workspace for app translators
1 parent ae4c977 commit 35a9b16

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ android {
3131
sourceCompatibility JavaVersion.VERSION_1_8
3232
targetCompatibility JavaVersion.VERSION_1_8
3333
}
34+
35+
lintOptions {
36+
disable 'MissingTranslation'
37+
}
3438
}
3539

3640
aboutLibraries {

app/src/main/res/values/arrays.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<resources>
2-
<string-array name="theme_values">
2+
<string-array name="theme_values" translatable="false">
33
<item>system</item>
44
<item>dark</item>
55
<item>light</item>

app/src/main/res/values_zh-TW/arrays.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
<resources>
2-
<string-array name="theme_values">
3-
<item>跟隨系統</item>
4-
<item>深色主題</item>
5-
<item>淺色主題</item>
6-
</string-array>
7-
82
<string-array name="theme_values_names">
93
<item>跟隨系統</item>
104
<item>深色主題</item>

0 commit comments

Comments
 (0)