6595: add new keywords for xgettext (textual reports and L10N/I18N)

svn: r22167
This commit is contained in:
Jérôme Rapinat
2013-05-04 17:34:35 +00:00
parent dc89736d4a
commit ecdc91160f
2 changed files with 322 additions and 11 deletions

View File

@@ -579,6 +579,7 @@ def retrieve():
os.system('''%(xgettext)s -j --directory=./ -d gramps '''
'''-L Python -o gramps.pot --files-from=python.txt '''
'''--keyword=_ --keyword=ngettext '''
'''--keyword=_T_ --keyword=trans_text_ --keyword=_ngettext '''
'''--keyword=sgettext --from-code=UTF-8''' % {'xgettext': xgettextCmd}
)