Skip to content
Snippets Groups Projects
Commit 82da9bc6 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

translation.py check now check only critical errors

parent e4d77bde
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment