More readable 'make fuzzy'.

This commit is contained in:
Julien Palard 2017-11-05 11:14:15 +01:00
parent 0479baa5df
commit b257be64b9

View File

@ -79,4 +79,4 @@ endif
.PHONY: fuzzy
fuzzy:
find -name '*.po' | xargs -L1 msgattrib --only-fuzzy --no-obsolete
for file in *.po */*.po; do echo $$(msgattrib --only-fuzzy --no-obsolete "$$file" | grep -c ^msgid) $$file; done | grep -v ^0 | sort -gr