diff --git a/translation.rst b/translation.rst index 4682fddf059..3fd46c31966 100644 --- a/translation.rst +++ b/translation.rst @@ -169,7 +169,7 @@ For information on where these files should be located, see Now, if the language of the user's locale is French (e.g. ``fr_FR`` or ``fr_BE``), the message will be translated into ``J'aime Symfony``. You can also translate -the message inside your `templates `. +the message inside your :ref:`templates `. The Translation Process ~~~~~~~~~~~~~~~~~~~~~~~ @@ -222,6 +222,8 @@ using PHP's :phpclass:`MessageFormatter` class. Read more about this in pluralization was managed by the :method:`Symfony\\Component\\Translation\\Translator::transChoice` method. +.. _translation-in-templates: + Translations in Templates -------------------------