Skip to content
Snippets Groups Projects
Commit ded440aeb67a authored by Rémi Cardona's avatar Rémi Cardona
Browse files

[entities] Add missing translation

parent 8497c21cac9d
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
strings.append(comment.view('fulltext', indentlevel=indentlevel-i, strings.append(comment.view('fulltext', indentlevel=indentlevel-i,
withauthor=i!=indentlevel).strip() + '\n') withauthor=i!=indentlevel).strip() + '\n')
strings.append(u'\n%s: %s' % (self._cw._('i18n_by_author_field'), strings.append(u'\n%s: %s' % (self._cw._('i18n_by_author_field'),
e.dc_creator() or _('unknown author'))) e.dc_creator() or self._cw._('unknown author')))
strings.append(u'url: %s' % itree.root().absolute_url()) strings.append(u'url: %s' % itree.root().absolute_url())
self.w(u'\n'.join(strings)) self.w(u'\n'.join(strings))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment