to allow to translate n years old
svn: r12755
This commit is contained in:
parent
2b2f132d8c
commit
5da4aa816d
@ -1738,7 +1738,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list):
|
|||||||
if event == 'Birthday':
|
if event == 'Birthday':
|
||||||
|
|
||||||
txt_str = _(text + ', <em>'
|
txt_str = _(text + ', <em>'
|
||||||
+ ('%s old' % str(age_str) if nyears else 'birth')
|
+ (_('%s old') % str(age_str) if nyears else 'birth')
|
||||||
+ '</em>')
|
+ '</em>')
|
||||||
|
|
||||||
# an anniversary
|
# an anniversary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user