mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Remove no longer used keyword
This commit is contained in:
parent
9a7c5a9329
commit
1d56318d70
@ -87,7 +87,7 @@ find_package (Gettext)
|
|||||||
set (_potFile ${CMAKE_CURRENT_SOURCE_DIR}/resources/po/${PROJECT_NAME}.pot)
|
set (_potFile ${CMAKE_CURRENT_SOURCE_DIR}/resources/po/${PROJECT_NAME}.pot)
|
||||||
|
|
||||||
add_custom_command (OUTPUT ${_potFile}
|
add_custom_command (OUTPUT ${_potFile}
|
||||||
COMMAND xgettext --keyword=translate --keyword=ptranslate:1c,2 -o ${_potFile} ${sources}
|
COMMAND xgettext --keyword=translate -o ${_potFile} ${sources}
|
||||||
DEPENDS ${_src_list}
|
DEPENDS ${_src_list}
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||||
COMMENT "Extract translatable messages to ${_potFile}"
|
COMMENT "Extract translatable messages to ${_potFile}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user