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