From 6e1b7476b237a96a7ac9e67bc10e47243ff62beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 12 Apr 2014 17:49:12 +0200 Subject: [PATCH] support comments --- po/update_po.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/update_po.py b/po/update_po.py index 9ce639505..b0483a53c 100644 --- a/po/update_po.py +++ b/po/update_po.py @@ -650,7 +650,7 @@ def retrieve(): listing('python.txt', ['.py', '.py.in']) # additional keywords must always be kept in sync with those in genpot.sh - os.system('''%(xgettext)s -j --directory=./ -d gramps ''' + os.system('''%(xgettext)s -c -j --directory=./ -d gramps ''' '''-L Python -o gramps.pot --files-from=python.txt ''' '''--keyword=_ --keyword=ngettext ''' '''--keyword=_T_ --keyword=trans_text '''