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 =
437
437
zcml = my.package
438
438
```
439
439
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:
441
441
442
442
``` xml
443
-
444
443
<include package =" Products.CMFPlone" />
445
-
446
444
```
447
445
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.
449
447
450
- It should look like this:
448
+ The registration should look like the following example.
451
449
452
450
``` xml
453
451
<configure xmlns : i18n =" http://namespaces.zope.org/i18n"
You can’t perform that action at this time.
0 commit comments