"_ngettext" is no longer used as a gramps translation keyword

svn: r22199
This commit is contained in:
Paul Franklin 2013-05-07 18:12:41 +00:00
parent 31699972b8
commit 6930887aa1
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
# Make translation files
# additional keywords must always be kept in sync with those in update_po.py
XGETTEXT_ARGS='--keyword=_T_ --keyword=trans_text_ --keyword=_ngettext' \
XGETTEXT_ARGS='--keyword=_T_ --keyword=trans_text_' \
intltool-update -g gramps -o gramps.pot -p

View File

@ -582,7 +582,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=_T_ --keyword=trans_text_ '''
'''--keyword=sgettext --from-code=UTF-8''' % {'xgettext': xgettextCmd}
)