File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ register it as a service, then tag it with ``kernel.fragment_renderer``.
642
642
kernel.locale_aware
643
643
-------------------
644
644
645
- **Purpose **: To access and use the current :doc : `locale </ translation/ locale >`
645
+ **Purpose **: To access and use the current :ref : `locale <translation- locale >`
646
646
647
647
Setting and retrieving the locale can be done via configuration or using
648
648
container parameters, listeners, route parameters or the current request.
Original file line number Diff line number Diff line change @@ -2267,7 +2267,7 @@ Localized Routes (i18n)
2267
2267
-----------------------
2268
2268
2269
2269
If your application is translated into multiple languages, each route can define
2270
- a different URL per each :doc : `translation locale </ translation/ locale >`. This
2270
+ a different URL per each :ref : `translation locale <translation- locale >`. This
2271
2271
avoids the need for duplicating routes, which also reduces the potential bugs:
2272
2272
2273
2273
.. configuration-block ::
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The translation process has several steps:
42
42
#. :ref: `Create translation resources/files <translation-resources >`
43
43
for each supported locale that translate each message in the application;
44
44
45
- #. Determine, :doc : `set and manage the user's locale </ translation/ locale >`
45
+ #. Determine, :ref : `set and manage the user's locale <translation- locale >`
46
46
for the request and optionally
47
47
:ref: `on the user's entire session <locale-sticky-session >`.
48
48
You can’t perform that action at this time.
0 commit comments