2371: translate family attributes
svn: r16101
This commit is contained in:
parent
fec4833e24
commit
56ed2ce45e
@ -659,8 +659,9 @@ class DetDescendantReport(Report):
|
|||||||
|
|
||||||
for attr in attrs:
|
for attr in attrs:
|
||||||
self.doc.start_paragraph('DDR-MoreDetails')
|
self.doc.start_paragraph('DDR-MoreDetails')
|
||||||
|
attrName = str(attr.get_type())
|
||||||
text = self._("%(type)s: %(value)s%(endnotes)s") % {
|
text = self._("%(type)s: %(value)s%(endnotes)s") % {
|
||||||
'type' : attr.get_type(),
|
'type' : self._(attrName),
|
||||||
'value' : attr.get_value(),
|
'value' : attr.get_value(),
|
||||||
'endnotes' : self.endnotes(attr) }
|
'endnotes' : self.endnotes(attr) }
|
||||||
self.doc.write_text_citation( text )
|
self.doc.write_text_citation( text )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user