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
RevLine 
[2870]1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
[2893]4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
[3407]5    xmlns:i18n="http://namespaces.zope.org/i18n"
[2880]6    i18n_domain="quintagroup.analytics">
[2870]7
[3003]8  <include package=".browser" />
[2870]9
[3041]10  <five:registerPackage package="."/>
11
[3407]12  <i18n:registerTranslations directory="locales"/>
13
[2893]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      />
[2870]21
22</configure>
Note: See TracBrowser for help on using the repository browser.