7709: Fix bug in web calendar report
This commit is contained in:
parent
882796ac53
commit
d1edfc478b
@ -1715,7 +1715,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list):
|
|||||||
txt_str = _('%(couple)s, <em>wedding</em>') % {
|
txt_str = _('%(couple)s, <em>wedding</em>') % {
|
||||||
'couple' : text}
|
'couple' : text}
|
||||||
else:
|
else:
|
||||||
years_str = '<em>' + nyears + '</em>'
|
years_str = '<em>%s</em>' % nyears
|
||||||
# translators: leave all/any {...} untranslated
|
# translators: leave all/any {...} untranslated
|
||||||
txt_str = ngettext("{couple}, {years} year anniversary",
|
txt_str = ngettext("{couple}, {years} year anniversary",
|
||||||
"{couple}, {years} year anniversary",
|
"{couple}, {years} year anniversary",
|
||||||
|
Loading…
Reference in New Issue
Block a user