Use plone i18n domain
plone.app.discussion is an official Plone core package, thus their translations belong to plone.app.locales. This commit removes the plone.app.discussion domain and changes it for plone. This fixes: https://github.com/plone/plone.app.discussion/issues/66
This commit is contained in:
@@ -143,7 +143,7 @@ plone.app.discussion.browser.comments.pt.
|
||||
|
||||
You can now add code to show the website attribute to the documentByLine::
|
||||
|
||||
<div class="documentByLine" i18n:domain="plone.app.discussion">
|
||||
<div class="documentByLine" i18n:domain="plone">
|
||||
...
|
||||
<div class="commentWebsite"
|
||||
tal:condition="reply/website|nothing">
|
||||
|
||||
Reference in New Issue
Block a user