Skip to content

Commit dbafcf9

Browse files
committed
Clarified how to load translations from db
Added link the the translation loader tag documentation.
1 parent 31443a3 commit dbafcf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/translation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ taste.
332332

333333
You can also store translations in a database, or any other storage by
334334
providing a custom class implementing the
335-
:class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface` interface.
335+
:class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface` interface.
336+
See the `translation loader tag`_ for more information.
336337

337338
.. index::
338339
single: Translations; Creating translation resources
@@ -1013,3 +1014,4 @@ steps:
10131014
.. _`Translatable Extension`: https://github.com/l3pp4rd/DoctrineExtensions
10141015
.. _`ISO3166 Alpha-2`: http://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
10151016
.. _`ISO639-1`: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
1017+
.. _`translation loader tag`: http://symfony.com/doc/current/reference/dic_tags.html#translation-loader

0 commit comments

Comments
 (0)