Skip to content

Commit 36ae015

Browse files
committed
minor #12160 Use vaild ref for link to the heading (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Use vaild ref for link to the heading Closes #12129 Commits ------- 5c8da7c Use vaild ref for link to the heading
2 parents f8de8f3 + 5c8da7c commit 36ae015

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

translation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ For information on where these files should be located, see
169169

170170
Now, if the language of the user's locale is French (e.g. ``fr_FR`` or ``fr_BE``),
171171
the 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

174174
The 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+
225227
Translations in Templates
226228
-------------------------
227229

0 commit comments

Comments
 (0)