Sorted the todo entries (#423)
This commit is contained in:
parent bfca5ed6ae
commit 3cb3ca3dd8
3 changed files with 58 additions and 1 deletions
2 Makefile
2
Makefile | | @ -57,7 +57,7 @@ progress: | |||
| ||||
.PHONY: todo | ||||
todo: | ||||
for file in *.po */*.po; do echo $$(msgattrib --untranslated $$file | grep ^msgid | sed 1d | wc -l ) $$file; done | grep -v ^0 | sort -gr | ||||
python3 scripts/todo.py | ||||
| ||||
| ||||
.PHONY: merge | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue