summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-02-11 21:40:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-02-12 10:05:00 +0100
commit31d9768413199f388c216d92d9db5158ce8785cf (patch)
treebe1d7431f986121f858a3f4788e6425c914db8e3 /CMakeLists.txt
parent94e483008ed35b2b8d16bce733bbdf5398d19ec1 (diff)
cmake: add zh_CN
cf. #746
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c408efc..101d070f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ set_property(GLOBAL PROPERTY opentrack-all-source-dirs "")
set(opentrack_all-translations "" CACHE STRING "Leave empty for default")
if(".${opentrack_all-translations}" STREQUAL ".")
- set(opentrack_all-translations "nl_NL;ru_RU;stub")
+ set(opentrack_all-translations "nl_NL;ru_RU;stub;zh_CN")
endif()
include(opentrack-word-size)