4827: HTML-Export, make language selectable ... (Webcal)

This commit is contained in:
SNoiraud 2016-09-10 17:21:02 +02:00
parent ed91fa03fb
commit 839a424491

View File

@ -1424,10 +1424,9 @@ class WebCalReport(Report):
if ((self.alive and alive1 if ((self.alive and alive1
and alive2) or not self.alive): and alive2) or not self.alive):
msg = '%(spouse)s and %(person)s' mg = self._('%(spouse)s and %(person)s')
text = self._(msg) % { text = mg % {'spouse' : spouse_name,
'spouse' : spouse_name, 'person' : short_name}
'person' : short_name}
self.add_day_item(text, year, month, self.add_day_item(text, year, month,
day, 'Anniversary', day, 'Anniversary',