Include previously missed translatable strings.

This commit is contained in:
Jim Evins
2018-05-26 09:42:34 -04:00
parent 42719c03f5
commit 6ee1d3b358
4 changed files with 1402 additions and 28 deletions
+6 -2
View File
@@ -7,12 +7,16 @@ set_directory_properties (PROPERTIES CLEAN_NO_CUSTOM 1)
include (TRANSLATION_FILES.txt)
qt5_create_translation (glabels_qm_files
${CMAKE_SOURCE_DIR}/glabels ${GLABELS_TS_FILES}
${CMAKE_SOURCE_DIR}/glabels
${CMAKE_SOURCE_DIR}/model
${CMAKE_SOURCE_DIR}/backends
${GLABELS_TS_FILES}
OPTIONS -no-obsolete
)
qt5_create_translation (templates_qm_files
${CMAKE_CURRENT_BINARY_DIR}/template-strings.h ${TEMPLATES_TS_FILES}
${CMAKE_CURRENT_BINARY_DIR}/template-strings.h
${TEMPLATES_TS_FILES}
OPTIONS -no-obsolete -locations none
)