translation.py check now check only critical errors

This commit is contained in:
Yann Leboulanger 2006-01-10 09:07:29 +00:00
parent e4d77bde2f
commit 82da9bc665
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def visit(arg, dirname, names):
print name, 'has now:'
os.system('msgfmt --statistics ' + path_to_po)
if check:
os.system('msgfmt -c --check-accelerators="_" ' + path_to_po)
os.system('msgfmt -c ' + path_to_po)
else:
print 'PROBLEM: cannot find gajim.po in', dirname