Skip to content

Commit 699caa3

Browse files
committed
Enable German
1 parent 12ce225 commit 699caa3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
vectorDrawables.useSupportLibrary true
2828

2929
archivesBaseName = "TimeR.Machine-v${versionName}(${versionCode})"
30-
resourceConfigurations += ["en", "es", "nl", "pt", "ta", "zh-rCN", "zh-rHK", "zh-rTW"]
30+
resourceConfigurations += ["en", "de", "es", "nl", "pt", "ta", "zh-rCN", "zh-rHK", "zh-rTW"]
3131
}
3232

3333
buildTypes {

app/src/main/res/xml/locales_config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
33
<locale android:name="en" />
4+
<locale android:name="de" />
45
<locale android:name="es" />
56
<locale android:name="nl" />
67
<locale android:name="pt" />

0 commit comments

Comments
 (0)