source: products/quintagroup.plonecomments/trunk/quintagroup/plonecomments/configure.zcml @ 968

Last change on this file since 968 was 832, checked in by chervol, 17 years ago

fixed the polish translation

File size: 584 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:cmf="http://namespaces.zope.org/cmf"
5    xmlns:i18n="http://namespaces.zope.org/i18n"
6    i18n_domain="quintagroup.plonecomments">
7
8  <five:registerPackage package="." />
9  <i18n:registerTranslations directory="locales" />
10
11  <include package="plone.browserlayer" />
12  <include package=".browser" />
13  <include file="skins.zcml" />
14  <include file="profiles.zcml" />
15
16  <permission
17      id="moderate.discussion"
18      title="Moderate Discussion"
19      />
20
21</configure>
Note: See TracBrowser for help on using the repository browser.