8000 Merge pull request #2881 from Epskampie/patch-1 · programaths/symfony-docs@d7e9df0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7e9df0

Browse files
committed
Merge pull request symfony#2881 from Epskampie/patch-1
Clarified how to load translations from db
2 parents defd635 + 862da3c commit d7e9df0

File tree

Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ taste.
341341
You can also store translations in a database, or any other storage by
342342
providing a custom class implementing the
343343
:class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface` interface.
344+
See the :ref:`dic-tags-translation-loader` tag for more information.
344345

345346
.. index::
346347
single: Translations; Creating translation resources
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,8 @@ templates):
861861
->addTag('templating.helper', array('alias' => 'alias_name'))
862862
;
863863
864+
.. _dic-tags-translation-loader:
865+
864866
translation.loader
865867
------------------
866868