From 7df0fa45705f5865f29200e7320867a1b89890b5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 23 Dec 2012 03:06:24 +0000 Subject: update pot file format to omit source file/line# and sort by the translation string svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16750 --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \ -- cgit v1.2.1