source: main/waeup.sirp/trunk/src/waeup/sirp/configure.zcml @ 10762

Last change on this file since 10762 was 7667, checked in by Henrik Bettermann, 13 years ago

Start first translations: French, Hausa and Yoruba. I used the 'Name of faculty' string for testing.

Documentation: http://grok.zope.org/documentation/how-to/how-to-internationalize-your-application

In combination with poEdit it's really fun!

Now we need a language selector to not only depend on the Accept-Language header of the HTTP-request.

  • Property svn:style set to native
File size: 449 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:grok="http://namespaces.zope.org/grok"
3           xmlns:i18n="http://namespaces.zope.org/i18n">
4  <include package="grok" />
5  <include package="waeup.sirp" file="meta.zcml" />
6  <includeDependencies package="." />
7  <grok:grok package="." />
8  <i18n:registerTranslations directory="locales" />
9
10  <includeOverrides package="waeup.sirp.utils" file="overrides.zcml" />
11</configure>
Note: See TracBrowser for help on using the repository browser.