diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-09-10 22:47:29 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-09-19 22:31:47 +0000 |
| commit | e10f8f0af06f0ac67377bdfd25e880716793fe58 (patch) | |
| tree | 68a8749722c9de3b8f9fa86312e80977e5b9518d /po | |
| parent | Fix translating description on dialog add LPE (diff) | |
| download | inkscape-e10f8f0af06f0ac67377bdfd25e880716793fe58.tar.gz inkscape-e10f8f0af06f0ac67377bdfd25e880716793fe58.zip | |
Translations: Fix msgctxt extraction from source strings
Diffstat (limited to 'po')
| -rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
