From 50c5aad2261eb87b1c5cf6fec6cf5a0b8a92eb6e Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 13 Aug 2005 11:14:20 +0000 Subject: [PATCH] update translations.py to check the file --- scripts/translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/translations.py b/scripts/translations.py index f6ad7347b..84be411c0 100755 --- a/scripts/translations.py +++ b/scripts/translations.py @@ -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]'