say PROBLEM
This commit is contained in:
parent
ae1e9a0cbf
commit
01f99f25b3
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ def visit(arg, dirname, names):
|
||||||
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 --check-accelerators="_" ' + path_to_po)
|
||||||
|
else:
|
||||||
|
print 'PROBLEM: cannot find gajim.po in', dirname
|
||||||
|
|
||||||
def show_help():
|
def show_help():
|
||||||
print sys.argv[0], '[help] [stats] [update] [check]'
|
print sys.argv[0], '[help] [stats] [update] [check]'
|
||||||
|
|
Loading…
Add table
Reference in a new issue