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

svn: r22166
This commit is contained in:
Jérôme Rapinat
2013-05-04 17:26:52 +00:00
parent 8afb1e4c29
commit 1fb9773e16
3 changed files with 1190 additions and 854 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}
)