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:
Gil Forcada
2015-11-05 00:30:42 +01:00
parent 24aadbdb72
commit 0713bcd8bc
16 changed files with 16 additions and 23 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:zcml="http://namespaces.zope.org/zcml"
i18n_domain="plone.app.discussion">
i18n_domain="plone">
<subscriber
for="plone.app.discussion.interfaces.IComment