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:
4444 for the request and optionally
4545 :doc: `on the user's entire session </session/locale_sticky_session >`.
4646
47- .. _translation-configuration :
48-
4947Installation
5048------------
5149
@@ -55,6 +53,8 @@ First, run this command to install the translator before using it:
5553
5654 $ composer require symfony/translation
5755
56+ .. _translation-configuration :
57+
5858Configuration
5959-------------
6060
@@ -168,7 +168,7 @@ For information on where these files should be located, see
168168
169169Now, if the language of the user's locale is French (e.g. ``fr_FR `` or ``fr_BE ``),
170170the 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 >`.
172172
173173The Translation Process
174174~~~~~~~~~~~~~~~~~~~~~~~
@@ -221,6 +221,8 @@ using PHP's :phpclass:`MessageFormatter` class. Read more about this in
221221 pluralization was managed by the
222222 :method: `Symfony\\ Component\\ Translation\\ Translator::transChoice ` method.
223223
224+ .. _translation-in-templates :
225+
224226Translations in Templates
225227-------------------------
226228
You can’t perform that action at this time.
0 commit comments