to allow to translate n years old

svn: r12755
This commit is contained in:
Jérôme Rapinat 2009-07-02 15:47:18 +00:00
parent 2b2f132d8c
commit 5da4aa816d

View File

@ -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