Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7e9df0

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

File tree

Expand file treeCollapse file tree

2 files changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-0
lines changed

‎book/translation.rst

Copy file name to clipboardExpand all lines: book/translation.rst
+1Lines 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

Copy file name to clipboardExpand all lines: reference/dic_tags.rst
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.