From 5c8da7c42494707747036cbcf004f83fb87bf52e Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 14 Aug 2019 11:51:18 +0200 Subject: [PATCH] Use vaild ref for link to the heading --- translation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -------------------------