mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Trying to remind myself to not mess up translation source
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
049866df02
commit
d4482349da
1 changed files with 4 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue