mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 12:28:31 +01:00
Sort and remove duplicates from the .pot
This commit is contained in:
parent
68053e791d
commit
b2c908364c
@ -13,7 +13,7 @@ macro(add_pot header pot)
|
||||
# Generate the .pot
|
||||
add_custom_target(pot ALL
|
||||
COMMAND ${GETTEXT_XGETTEXT_EXECUTABLE}
|
||||
${XGETTEXT_OPTIONS} -C --omit-header --no-location
|
||||
${XGETTEXT_OPTIONS} -s -C --omit-header --no-location
|
||||
--directory=${CMAKE_CURRENT_SOURCE_DIR}
|
||||
--output=${CMAKE_CURRENT_BINARY_DIR}/pot.temp
|
||||
${ARGN}
|
||||
|
Loading…
Reference in New Issue
Block a user