Skip to content

Commit b6414df

Browse files
authored
Merge pull request #1927 from plone/volto-i18n-remove-obsolete-step
Remove an obsolete step when creating or updating translations for Volto
2 parents 3159371 + fca668a commit b6414df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/i18n-l10n/contributing-translations.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ The process of translating the Volto frontend is the following.
7575
- To update a translation, translate your language's `po` file found at `locales/{language_code}/LC_MESSAGES/volto.po`.
7676
- To create a new translation, create a new directory at `locales/{language_code}/LC_MESSAGES/`, copy the file `locales/volto.pot` to `locales/{language_code}/LC_MESSAGES/volto.po` (note to drop the trailing `t`), and start translating.
7777

78-
4. Run `make i18n` to convert your `po` files into `json`.
79-
Volto loads these `json` files to provide translated text strings in the interface.
80-
81-
5. Commit your changes, and create a pull request.
78+
4. Commit your changes, and create a pull request.
8279

8380
```{seealso}
8481
{doc}`Volto frontend development internationalization </volto/development/i18n>`

0 commit comments

Comments
 (0)