Skip to content

Commit d7e9df0

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

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

book/translation.rst

Lines changed: 1 addition & 0 deletions
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

reference/dic_tags.rst

Lines changed: 2 additions & 0 deletions
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

0 commit comments

Comments
 (0)