aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 . $<