File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ to learn even more. Overall, the process has several steps:
44
44
for the request and optionally
45
45
:doc: `on the user's entire session </session/locale_sticky_session >`.
46
46
47
- .. _translation-configuration :
48
-
49
47
Installation
50
48
------------
51
49
@@ -55,6 +53,8 @@ First, run this command to install the translator before using it:
55
53
56
54
$ composer require symfony/translation
57
55
56
+ .. _translation-configuration :
57
+
58
58
Configuration
59
59
-------------
60
60
@@ -168,7 +168,7 @@ For information on where these files should be located, see
168
168
169
169
Now, if the language of the user's locale is French (e.g. ``fr_FR `` or ``fr_BE ``),
170
170
the message will be translated into ``J'aime Symfony ``. You can also translate
171
- the message inside your `templates <Translations in Templates > `.
171
+ the message inside your :ref: `templates <translation-in-templates >`.
172
172
173
173
The Translation Process
174
174
~~~~~~~~~~~~~~~~~~~~~~~
@@ -221,6 +221,8 @@ using PHP's :phpclass:`MessageFormatter` class. Read more about this in
221
221
pluralization was managed by the
222
222
:method: `Symfony\\ Component\\ Translation\\ Translator::transChoice ` method.
223
223
224
+ .. _translation-in-templates :
225
+
224
226
Translations in Templates
225
227
-------------------------
226
228
You can’t perform that action at this time.
0 commit comments