File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Fix loading of i18n overrides in Docker image. [buchi]
Original file line number Diff line number Diff line change 99 <include package =" Products.Five" />
1010 <meta : redefinePermission from =" zope2.Public" to =" zope.Public" />
1111
12+ <!-- Load i18n overrides as early as possible -->
13+ <include package =" opengever.base" file =" locales.zcml" />
14+ <include package =" opengever.core" file =" locales.zcml" />
15+
1216 <!-- Load patches as early as possible -->
1317 <include package =" opengever.base.monkey" />
1418
Original file line number Diff line number Diff line change 3333 <include file =" schema.zcml" />
3434 <include file =" widgets.zcml" />
3535
36- <i18n : registerTranslations directory =" locales" />
36+ <include file =" locales.zcml " />
3737
3838 <genericsetup : registerProfile
3939 name =" default"
Original file line number Diff line number Diff line change 1+ <configure
2+ xmlns =" http://namespaces.zope.org/zope"
3+ xmlns : i18n =" http://namespaces.zope.org/i18n"
4+ i18n_domain =" opengever.base" >
5+
6+ <i18n : registerTranslations directory =" locales" />
7+
8+ </configure >
Original file line number Diff line number Diff line change 3636 handler =" .hooks.avoid_profile_reinstallation"
3737 />
3838
39- <i18n : registerTranslations directory =" locales" />
39+ <include file =" locales.zcml " />
4040
4141</configure >
Original file line number Diff line number Diff line change 1+ <configure
2+ xmlns =" http://namespaces.zope.org/zope"
3+ xmlns : i18n =" http://namespaces.zope.org/i18n"
4+ i18n_domain =" opengever.core" >
5+
6+ <i18n : registerTranslations directory =" locales" />
7+
8+ </configure >
You can’t perform that action at this time.
0 commit comments