aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-23 03:02:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-23 03:02:43 +0000
commitb361919c3390f990d87a11279e02216b6803a2b8 (patch)
treef1cee930183a3c6c08283196afeb4a50eb96f4b4
parentfb8361cd39e4e7bcb6e67b250ec58ad6b2ceb50f (diff)
update po file format to omit source file/line# and sort by the translation string
svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16749
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 57d6d14..f76518d 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -36,7 +36,7 @@ $(TEMPLATE): $(FILES)
$(POFILES): $(TEMPLATE)
touch $@
- msgmerge --sort-by-file --update $@ $(TEMPLATE)
+ msgmerge --sort-output --no-fuzzy-matching --no-location --update $@ $(TEMPLATE)
%.msg: %.po
msgfmt --check --tcl --locale=$* -d . $<