0713bcd8bc
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
28 lines
583 B
XML
28 lines
583 B
XML
<configure
|
|
xmlns="http://namespaces.zope.org/zope"
|
|
i18n_domain="plone">
|
|
|
|
<!-- custom permissions are defined here -->
|
|
|
|
<permission
|
|
id="plone.app.discussion.ReviewComments"
|
|
title="Review comments"
|
|
/>
|
|
|
|
<permission
|
|
id="plone.app.discussion.EditComments"
|
|
title="Edit comments"
|
|
/>
|
|
|
|
<permission
|
|
id="plone.app.discussion.DeleteOwnComments"
|
|
title="Delete own comments"
|
|
/>
|
|
|
|
<permission
|
|
id="plone.app.discussion.DeleteComments"
|
|
title="Delete comments"
|
|
/>
|
|
|
|
</configure>
|