Skip to content

Commit 817e4e7

Browse files
committed
Fix translation refs
1 parent 428e130 commit 817e4e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/dic_tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ register it as a service, then tag it with ``kernel.fragment_renderer``.
642642
kernel.locale_aware
643643
-------------------
644644

645-
**Purpose**: To access and use the current :doc:`locale </translation/locale>`
645+
**Purpose**: To access and use the current :ref:`locale <translation-locale>`
646646

647647
Setting and retrieving the locale can be done via configuration or using
648648
container parameters, listeners, route parameters or the current request.

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2267,7 +2267,7 @@ Localized Routes (i18n)
22672267
-----------------------
22682268

22692269
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
22712271
avoids the need for duplicating routes, which also reduces the potential bugs:
22722272

22732273
.. configuration-block::

translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The translation process has several steps:
4242
#. :ref:`Create translation resources/files <translation-resources>`
4343
for each supported locale that translate each message in the application;
4444

45-
#. Determine, :doc:`set and manage the user's locale </translation/locale>`
45+
#. Determine, :ref:`set and manage the user's locale <translation-locale>`
4646
for the request and optionally
4747
:ref:`on the user's entire session <locale-sticky-session>`.
4848

0 commit comments

Comments
 (0)