Skip to content

Commit

Permalink
Sort translation statistics by completion
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Oct 19, 2011
1 parent 8f46d84 commit 0a61de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/po/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ clean:
rm -rf ../locale *~ *.mo

statistics:
@for file in *.po; do echo -n "$$file (`cat $$file | grep Revision-Date | cut -d' ' -f2`): "; msgfmt --statistics $$file 2>&1; done
@(for file in *.po; do echo -n "$$file (`cat $$file | grep Revision-Date | cut -d' ' -f2`): "; msgfmt --statistics $$file 2>&1; done) | sort -t: -k2 -rn; done

validate:
./validate.sh
Expand Down

0 comments on commit 0a61de1

Please sign in to comment.