diff options
Diffstat (limited to 'data/translations/help/CMakeLists.txt')
-rw-r--r-- | data/translations/help/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/translations/help/CMakeLists.txt b/data/translations/help/CMakeLists.txt index 9579b6d41..4cf2b1318 100644 --- a/data/translations/help/CMakeLists.txt +++ b/data/translations/help/CMakeLists.txt @@ -1,4 +1,5 @@ SET(FILES + cs.po de.po es.po fr.po @@ -7,6 +8,7 @@ SET(FILES pl.po pt_BR.po ru.po + zh_CN.po ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/translations/help) |