diff --git a/AUTHORS.md b/AUTHORS.md index d2337e4..91e889d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,6 +5,8 @@ AUTHORS Trackbook is designed, developed and maintained by: [y20k](https://github.com/y20k) ### Translations +Chinese version: [yzqzss](https://github.com/yzqzss) | [weblate version history](https://hosted.weblate.org/changes/?lang=zh_HANS-CN&project=trackbook) + Danish version: [alexanderlhc](https://github.com/alexanderlhc) | [weblate version history](https://hosted.weblate.org/changes/?lang=da&project=trackbook) Dutch version: [Heimen Stoffels](https://github.com/Vistaus), [hypothermic](https://github.com/hypothermic) | [weblate version history](https://hosted.weblate.org/changes/?lang=nl&project=trackbook) diff --git a/app/build.gradle b/app/build.gradle index 4fe6c5d..26e39ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { versionName project.ext.versionName vectorDrawables.useSupportLibrary = true - resConfigs "en", "da", "de", "fr", "id", "it", "ja", "nb-rNO", "nl", "sv" + resConfigs "b+zh+HANS+CN", "en", "da", "de", "fr", "id", "it", "ja", "nb-rNO", "nl", "sv" } buildTypes {