"_ngettext" is no longer used as a gramps translation keyword
svn: r22199
This commit is contained in:
parent
31699972b8
commit
6930887aa1
@ -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
|
||||
|
@ -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}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user