Skip to content

Commit 207f71f

Browse files
authored
Apply suggestions from code review
1 parent a40fc3d commit 207f71f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/i18n-l10n/translating-text-strings.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -437,17 +437,15 @@ environment-vars =
437437
zcml = 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"

0 commit comments

Comments
 (0)