Skip to content
Snippets Groups Projects
Commit 50c5aad2 authored by nkour's avatar nkour
Browse files

update translations.py to check the file

parent 61f1d800
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ def visit(arg, dirname, names):
os.system('msgmerge -q -U ../po/'+name+'/LC_MESSAGES/gajim.po ../po/gajim.pot')
if stats:
print name, 'has now:'
os.system('msgfmt --statistics ' + path_to_po)
os.system('msgfmt --statistics -c --check-accelerators="_" ' + path_to_po)
def show_help():
print sys.argv[0], '[help] [stats] [update]'
......
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