Don't include line numbers in translation files.
Currently there is a lot of source code churn. This leads to non-substantive differences in the glabels translation files, complicating merges and commits.
This commit is contained in:
@@ -11,7 +11,7 @@ qt5_create_translation (glabels_qm_files
|
||||
${CMAKE_SOURCE_DIR}/model
|
||||
${CMAKE_SOURCE_DIR}/backends
|
||||
${GLABELS_TS_FILES}
|
||||
OPTIONS -no-obsolete
|
||||
OPTIONS -no-obsolete -locations none
|
||||
)
|
||||
|
||||
qt5_create_translation (templates_qm_files
|
||||
|
||||
Reference in New Issue
Block a user