Update to i18n tools (new [CTX_]DATA_ macros, and some more exceptions to spell check...).

This commit is contained in:
Bastien Montagne
2013-03-25 08:30:38 +00:00
parent 6926596174
commit 72a3714695
3 changed files with 6 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ def print_info(reports, pot):
_print("{} messages were rejected.".format(len(reports["messages_skipped"])))
_print("\n")
_print("Current POT stats:")
pot.print_stats(prefix="\t", output=_print)
pot.print_info(prefix="\t", output=_print)
_print("\n")
check_ctxt = reports["check_ctxt"]