Skip to content

Commit

Permalink
Updated translations to not update .pot files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 11, 2024
1 parent 6d872c5 commit 38db281
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/translations.cmake
Expand Up @@ -155,7 +155,8 @@ add_custom_target(
COMMAND ${CMAKE_COMMAND} -E echo Running xgettext for pot target
COMMAND xgettext --package-name=mrv2 --package-version="v${mrv2_VERSION}" --copyright-holder="Contributors to the mrv2 Project" --msgid-bugs-address="ggarra13@gmail.com" -d mrv2 -c++ -k_ ${PO_SOURCES} -o "${_absPotFile}"
WORKING_DIRECTORY "${ROOT_DIR}/lib"
DEPENDS mrv2
# DEPENDS mrv2 # Do not generate pot files automatically, as that messes
# the commits (line changes for example).
)


Expand Down

0 comments on commit 38db281

Please sign in to comment.