"_ngettext" is no longer used as a gramps translation keyword
svn: r22198
This commit is contained in:
parent
865d32e042
commit
f31c22cdaa
@ -4,5 +4,5 @@
|
|||||||
# Make translation files
|
# Make translation files
|
||||||
|
|
||||||
# additional keywords must always be kept in sync with those in update_po.py
|
# 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
|
intltool-update -g gramps -o gramps.pot -p
|
||||||
|
@ -582,7 +582,7 @@ def retrieve():
|
|||||||
os.system('''%(xgettext)s -j --directory=./ -d gramps '''
|
os.system('''%(xgettext)s -j --directory=./ -d gramps '''
|
||||||
'''-L Python -o gramps.pot --files-from=python.txt '''
|
'''-L Python -o gramps.pot --files-from=python.txt '''
|
||||||
'''--keyword=_ --keyword=ngettext '''
|
'''--keyword=_ --keyword=ngettext '''
|
||||||
'''--keyword=_T_ --keyword=trans_text_ --keyword=_ngettext '''
|
'''--keyword=_T_ --keyword=trans_text_ '''
|
||||||
'''--keyword=sgettext --from-code=UTF-8''' % {'xgettext': xgettextCmd}
|
'''--keyword=sgettext --from-code=UTF-8''' % {'xgettext': xgettextCmd}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user