translation.py check now check only critical errors
This commit is contained in:
parent
e4d77bde2f
commit
82da9bc665
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue