aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-23 03:06:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-23 03:06:24 +0000
commit7df0fa45705f5865f29200e7320867a1b89890b5 (patch)
treeeed58bd77a4b7159fad37b16d33a95029ccfa858
parentb361919c3390f990d87a11279e02216b6803a2b8 (diff)
update pot file format to omit source file/line# and sort by the translation string
svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16750
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index f76518d..d2d4aa7 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -26,7 +26,7 @@ $(TEMPLATE): $(FILES)
touch $(TEMPLATE)
xgettext --join-existing \
--from-code=UTF-8 --language=Tcl --keyword=_ \
- --sort-by-file --output=$(TEMPLATE) \
+ --sort-output --no-location --output=$(TEMPLATE) \
--package-name="$(PACKAGE_NAME)" \
--package-version=$(PACKAGE_VERSION) \
--copyright-holder='This file is put in the public domain' \