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

Last change on this file since 7784 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
RevLine 
[3521]1<configure xmlns="http://namespaces.zope.org/zope"
[7667]2           xmlns:grok="http://namespaces.zope.org/grok"
3           xmlns:i18n="http://namespaces.zope.org/i18n">
[3521]4  <include package="grok" />
[6138]5  <include package="waeup.sirp" file="meta.zcml" />
[3521]6  <includeDependencies package="." />
7  <grok:grok package="." />
[7667]8  <i18n:registerTranslations directory="locales" />
[7470]9
[6278]10  <includeOverrides package="waeup.sirp.utils" file="overrides.zcml" />
[3521]11</configure>
Note: See TracBrowser for help on using the repository browser.