diff --git a/book/translation.rst b/book/translation.rst index 58add6ec2c8..883062f50a1 100644 --- a/book/translation.rst +++ b/book/translation.rst @@ -333,6 +333,7 @@ taste. You can also store translations in a database, or any other storage by providing a custom class implementing the :class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface` interface. + See the :ref:`dic-tags-translation-loader` tag for more information. .. index:: single: Translations; Creating translation resources diff --git a/reference/dic_tags.rst b/reference/dic_tags.rst index 78e2792e544..1e5a8f3e7ac 100644 --- a/reference/dic_tags.rst +++ b/reference/dic_tags.rst @@ -861,6 +861,8 @@ templates): ->addTag('templating.helper', array('alias' => 'alias_name')) ; +.. _dic-tags-translation-loader: + translation.loader ------------------