summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-07-09 13:27:44 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-07-09 13:27:44 +0000
commit0fc57f2fd5433569840cf03b56a8ad7ca33ea719 (patch)
tree04bd1f4879b37864cb6ade104b5465e4da10c712 /po/CMakeLists.txt
parentImprovements to symbolic icons (diff)
downloadinkscape-0fc57f2fd5433569840cf03b56a8ad7ca33ea719.tar.gz
inkscape-0fc57f2fd5433569840cf03b56a8ad7ca33ea719.zip
Translation file: do not sort strings
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 327450075..ec289d71b 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-translator@lists.inkscape.org --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 --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.