source: products/quintagroup.sectionstyle/trunk/quintagroup/sectionstyle/configure.zcml @ 1591

Last change on this file since 1591 was 618, checked in by gerrykirk, 17 years ago

initial French translation

File size: 783 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:genericsetup="http://namespaces.zope.org/genericsetup"
6    xmlns:i18n="http://namespaces.zope.org/i18n"
7    i18n_domain="quintagroup.sectionstyle">
8
9  <five:registerPackage package="." initialize=".initialize" />
10
11  <cmf:registerDirectory name="quintagroup_sectionstyle"/>
12
13  <i18n:registerTranslations directory="locales" />
14
15  <genericsetup:registerProfile
16      name="default"
17      title="Section Style"
18      directory="profiles/default"
19      description='Inserts extra html class (taken from context properties) into body element.'
20      provides="Products.GenericSetup.interfaces.EXTENSION"
21      />
22
23</configure>
Note: See TracBrowser for help on using the repository browser.