From aa94039b56084d2882fa6ecf61eab17a0599d8b0 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Mon, 1 Jul 2019 22:41:06 +0200 Subject: Translations: FWIW, update --msgid-bugs-address --- po/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3