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':
|
||||
|
||||
txt_str = _(text + ', <em>'
|
||||
+ ('%s old' % str(age_str) if nyears else 'birth')
|
||||
+ (_('%s old') % str(age_str) if nyears else 'birth')
|
||||
+ '</em>')
|
||||
|
||||
# an anniversary
|
||||
|
Loading…
Reference in New Issue
Block a user