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:'
|
print name, 'has now:'
|
||||||
os.system('msgfmt --statistics ' + path_to_po)
|
os.system('msgfmt --statistics ' + path_to_po)
|
||||||
if check:
|
if check:
|
||||||
os.system('msgfmt -c --check-accelerators="_" ' + path_to_po)
|
os.system('msgfmt -c ' + path_to_po)
|
||||||
else:
|
else:
|
||||||
print 'PROBLEM: cannot find gajim.po in', dirname
|
print 'PROBLEM: cannot find gajim.po in', dirname
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue