summaryrefslogtreecommitdiffstats
path: root/translations
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-12 11:30:31 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-12 11:30:31 -0800
commitd4482349da75a513903200a2ad6f9bd65b5b99a9 (patch)
treefe385396ca03fd6ed8191d0ca9ac7578ae4e89b3 /translations
parent049866df02e5970314016fbcf1d88156805a5721 (diff)
downloadsubsurface-d4482349da75a513903200a2ad6f9bd65b5b99a9.tar.gz
Trying to remind myself to not mess up translation source
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'translations')
-rw-r--r--translations/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt
index f5f0fd049..986525fc1 100644
--- a/translations/CMakeLists.txt
+++ b/translations/CMakeLists.txt
@@ -40,6 +40,9 @@ set(TRANSLATIONS ${TRANSLATIONS} PARENT_SCOPE)
add_custom_target (translations ALL DEPENDS ${TRANSLATIONS})
# enable the following two lines to recreate the .ts files
-
+#
+#
+# DO NOT DO THIS MANUALLY -- USE THE SCRIPT IN ORDER TO FIX NUMERUSFORM
+# =====================================================================
# qt5_create_translation(TRANSLATION_MESSAGES ${CMAKE_SOURCE_DIR} ${TRANSLATION_FILES})
# add_custom_target(translations_update DEPENDS ${TRANSLATION_MESSAGES})