to allow to translate n years old
svn: r12754
This commit is contained in:
parent
6eb21926ed
commit
56762c8444
@ -1450,7 +1450,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