Skip to content

Commit aad7b71

Browse files
committed
Use file markup
1 parent 042ff32 commit aad7b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Information in the PO file headers is ignored.
5656

5757
[`i18ndude`](https://pypi.org/project/i18ndude/) should be used to create a script which searches particular packages for translation strings.
5858

59-
If you have created your add-on using [bobtemplates.plone](https://pypi.org/project/bobtemplates.plone/), then you will already have a script `update.sh` inside your package and a script `update_locale` in your {term}`buildout` to extract the messages from your code.
59+
If you have created your add-on using [bobtemplates.plone](https://pypi.org/project/bobtemplates.plone/), then you will already have a script {file}`update.sh` inside your package and a script {file}`update_locale` in your {term}`buildout` to extract the messages from your code.
6060

6161
After running that script, a new `domain.pot` file will be created in your `locales` directory where all the messages will be saved.
6262

0 commit comments

Comments
 (0)