[app] Enable Dutch translation (#149)

This commit is contained in:
LoveSy 2021-02-17 15:27:54 +08:00 committed by GitHub
parent 07fcb7a2d1
commit 71b1fd225a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ android {
targetSdkVersion androidTargetSdkVersion.toInteger()
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
resConfigs 'en', 'zh-rCN', 'zh-rTW', 'zh-rHK', 'ru', 'uk'
resConfigs 'en', 'zh-rCN', 'zh-rTW', 'zh-rHK', 'ru', 'uk', 'nl'
resValue "string", "versionName", "${rootProject.ext.versionName}"
}