summaryrefslogtreecommitdiff
path: root/CMake/Translations.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/Translations.cmake')
-rw-r--r--CMake/Translations.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Translations.cmake b/CMake/Translations.cmake
index d7e992b3e..c2d3901fd 100644
--- a/CMake/Translations.cmake
+++ b/CMake/Translations.cmake
@@ -149,7 +149,7 @@ function(apt_add_update_po)
continue()
endif()
add_custom_target(update-po-${langcode}
- COMMAND msgmerge -q --update --backup=none ${translation} ${output}
+ COMMAND msgmerge -q --previous --update --backup=none ${translation} ${output}
DEPENDS nls-${master_name}
)
add_dependencies(update-po update-po-${langcode})