From e10f8f0af06f0ac67377bdfd25e880716793fe58 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Wed, 11 Sep 2019 00:47:29 +0200 Subject: Translations: Fix msgctxt extraction from source strings --- po/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index cc91a3c3b..f018fbeda 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 -cTRANSLATORS -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --msgid-bugs-address=inkscape-translator@lists.inkscape.org --from-code=UTF-8 -ktranslatable -o ${_potFile}) +set(xgettext_options -cTRANSLATORS -j --keyword=_ --keyword=N_ --keyword=Q_:1g --keyword=C_:1c,2 --keyword=NC_:1c,2 --msgid-bugs-address=inkscape-translator@lists.inkscape.org --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