source: products/quintagroup.analytics/trunk/quintagroup/analytics/configure.zcml @ 3603

Last change on this file since 3603 was 3407, checked in by enkidu, 12 years ago

add French localization

File size: 652 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
5    xmlns:i18n="http://namespaces.zope.org/i18n"
6    i18n_domain="quintagroup.analytics">
7
8  <include package=".browser" />
9
10  <five:registerPackage package="."/>
11
12  <i18n:registerTranslations directory="locales"/>
13
14  <genericsetup:registerProfile
15      name="QAnalytics"
16      title="Quintagroup Analytics"
17      directory="profiles/default"
18      description="Profile for a Quintagroup Analytics."
19      provides="Products.GenericSetup.interfaces.EXTENSION"
20      />
21
22</configure>
Note: See TracBrowser for help on using the repository browser.