summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-07-01 20:41:06 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-07-02 16:35:12 +0000
commitaa94039b56084d2882fa6ecf61eab17a0599d8b0 (patch)
tree8d8fe93151b531b0d05a5e6959b605d46bbed682
parentTranslations: Update Inkscape.pot with extension strings again (diff)
downloadinkscape-aa94039b56084d2882fa6ecf61eab17a0599d8b0.tar.gz
inkscape-aa94039b56084d2882fa6ecf61eab17a0599d8b0.zip
Translations: FWIW, update --msgid-bugs-address
-rw-r--r--po/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 4e8439389..327450075 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -14,7 +14,7 @@ endforeach(language)
# update inkscape.pot
set(_potFile ${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.pot)
-set(xgettext_options -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --msgid-bugs-address=inkscape-devel@lists.sourceforge.net --strict -s --from-code=UTF-8 -ktranslatable -o ${_potFile})
+set(xgettext_options -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --msgid-bugs-address=inkscape-translator@lists.inkscape.org --strict -s --from-code=UTF-8 -ktranslatable -o ${_potFile})
# Due to a bug in old xgettext versions, we cannot use '--its='.
# Instead, we use GETTEXTDATADIR=. to refer to the po/its/*.its files.