File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ For information on where these files should be located, see
169169
170170Now, if the language of the user's locale is French (e.g. ``fr_FR `` or ``fr_BE ``),
171171the message will be translated into ``J'aime Symfony ``. You can also translate
172- the message inside your `templates <Translations in Templates > `.
172+ the message inside your :ref: `templates <translation-in-templates >`.
173173
174174The Translation Process
175175~~~~~~~~~~~~~~~~~~~~~~~
@@ -222,6 +222,8 @@ using PHP's :phpclass:`MessageFormatter` class. Read more about this in
222222 pluralization was managed by the
223223 :method: `Symfony\\ Component\\ Translation\\ Translator::transChoice ` method.
224224
225+ .. _translation-in-templates :
226+
225227Translations in Templates
226228-------------------------
227229
You can’t perform that action at this time.
0 commit comments