Skip to content

Commit 180958c

Browse files
authored
Merge pull request #1630 from plone/volto-5730-reorg-roadmap
Refactor volto/recipes to volto/development
2 parents f02b760 + 17dc908 commit 180958c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/i18n-l10n/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ In general, the process of internationalization and localization of a Plone appl
128128
Depending on which part of your Plone application that you internationalize and localize, there are different implementation details and tools that are used.
129129
These differences depend upon the programming language, either Python or JavaScript, being used by that part.
130130

131-
- For the Plone 6 frontend {term}`Volto`, see {doc}`/volto/recipes/i18n`.
131+
- For the Plone 6 frontend {term}`Volto`, see {doc}`/volto/development/i18n`.
132132
Volto is based on the JavaScript library React, and uses both {term}`react-intl` and {term}`gettext`.
133133
- For the rest of Plone 6, see {doc}`translating-text-strings`.
134134
This is based on Python, and uses {term}`gettext`.

docs/i18n-l10n/language-negotiation-volto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ If the site is not configured to be multilingual, Volto doesn't do any redirect.
3131

3232
## Overriding the default behavior
3333

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

0 commit comments

Comments
 (0)