File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -437,17 +437,15 @@ environment-vars =
437437zcml = my.package
438438```
439439
440- When doing so, you may need to add the following zcml stanza in your package's ` configure.zcml ` file:
440+ When doing so, you may need to add the following ZCML stanza in your package's {file} ` configure.zcml ` file:
441441
442442``` xml
443-
444443<include package =" Products.CMFPlone" />
445-
446444```
447445
448- This ** must** go * after* the ` registerTranslations ` stanza, before any other registration you may have in your package.
446+ This ** must** go * after* the ` registerTranslations ` stanza, and before any other registration you might have in your package.
449447
450- It should look like this:
448+ The registration should look like the following example.
451449
452450``` xml
453451<configure xmlns : i18n =" http://namespaces.zope.org/i18n"
You can’t perform that action at this time.
0 commit comments