Stupid msgmerge fix.
This commit is contained in:
parent
68a2ac5db5
commit
b909f56dbb
@ -322,7 +322,7 @@ add_custom_target(po_all ALL)
|
|||||||
foreach (_lang ${CLEMENTINE-LANGUAGES})
|
foreach (_lang ${CLEMENTINE-LANGUAGES})
|
||||||
set(_po ${CMAKE_CURRENT_SOURCE_DIR}/translations/${_lang}.po)
|
set(_po ${CMAKE_CURRENT_SOURCE_DIR}/translations/${_lang}.po)
|
||||||
add_custom_target("po_${_lang}"
|
add_custom_target("po_${_lang}"
|
||||||
COMMAND ${GETTEXT_MSGMERGE_EXECUTABLE} --quiet -U --no-location --no-fuzzy-matching
|
COMMAND ${GETTEXT_MSGMERGE_EXECUTABLE} --quiet -U --no-location --no-fuzzy-matching --backup=off
|
||||||
${_po} ${CLEMENTINE-POT}
|
${_po} ${CLEMENTINE-POT}
|
||||||
DEPENDS ${_po})
|
DEPENDS ${_po})
|
||||||
add_dependencies("po_${_lang}" pot)
|
add_dependencies("po_${_lang}" pot)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user