Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 817e4e7

Browse filesBrowse files
committed
Fix translation refs
1 parent 428e130 commit 817e4e7
Copy full SHA for 817e4e7

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎reference/dic_tags.rst

Copy file name to clipboardExpand all lines: reference/dic_tags.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: routing.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: translation.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.