Skip to content

Commit

Permalink
Refactor volto/recipes to volto/development
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Feb 28, 2024
1 parent c43639e commit f18bd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/i18n-l10n/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ In general, the process of internationalization and localization of a Plone appl
Depending on which part of your Plone application that you internationalize and localize, there are different implementation details and tools that are used.
These differences depend upon the programming language, either Python or JavaScript, being used by that part.

- For the Plone 6 frontend {term}`Volto`, see {doc}`/volto/recipes/i18n`.
- For the Plone 6 frontend {term}`Volto`, see {doc}`/volto/development/i18n`.
Volto is based on the JavaScript library React, and uses both {term}`react-intl` and {term}`gettext`.
- For the rest of Plone 6, see {doc}`translating-text-strings`.
This is based on Python, and uses {term}`gettext`.
Expand Down
2 changes: 1 addition & 1 deletion docs/i18n-l10n/language-negotiation-volto.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ If the site is not configured to be multilingual, Volto doesn't do any redirect.

## Overriding the default behavior

To do so, you need to provide your own `MultilingualRedirector` component {doc}`customizing it </volto/recipes/customizing-components>`.
To do so, you need to provide your own `MultilingualRedirector` component {doc}`customizing it </volto/development/customizing-components>`.

0 comments on commit f18bd58

Please sign in to comment.