File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ taste.
333
333
You can also store translations in a database, or any other storage by
334
334
providing a custom class implementing the
335
335
:class: `Symfony\\ Component\\ Translation\\ Loader\\ LoaderInterface ` interface.
336
- See the ` translation. loader tag `_ for more information.
336
+ See the :ref: ` dic-tags- translation- loader` tag for more information.
337
337
338
338
.. index ::
339
339
single: Translations; Creating translation resources
@@ -1014,4 +1014,3 @@ steps:
1014
1014
.. _`Translatable Extension` : https://github.com/l3pp4rd/DoctrineExtensions
1015
1015
.. _`ISO3166 Alpha-2` : http://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
1016
1016
.. _`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
Original file line number Diff line number Diff line change @@ -861,6 +861,8 @@ templates):
861
861
->addTag('templating.helper', array('alias' => 'alias_name'))
862
862
;
863
863
864
+ .. _dic-tags-translation-loader:
865
+
864
866
translation.loader
865
867
------------------
866
868
You can’t perform that action at this time.
0 commit comments