Skip to content

Commit df7134e

Browse files
committed
Enable Portuguese
1 parent a709d25 commit df7134e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

+1-1
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', 'zh-rCN', 'zh-rHK', 'zh-rTW']
30+
resourceConfigurations += ["en", "es", "nl", "pt", "zh-rCN", "zh-rHK", "zh-rTW"]
3131
}
3232

3333
buildTypes {

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

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<locale android:name="en" />
44
<locale android:name="es" />
55
<locale android:name="nl" />
6+
<locale android:name="pt" />
67
<locale android:name="zh-CN" />
78
<locale android:name="zh-HK" />
89
<locale android:name="zh-TW" />

0 commit comments

Comments
 (0)