Skip to content

Commit

Permalink
[#4050] Backporting some additions to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Dec 7, 2014
1 parent db35c42 commit 2af0b3f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Configuration
* `profiler`_
* `collect`_
* :ref:`enabled <profiler.enabled>`
* `translator`_
* :ref:`enabled <translator.enabled>`
* `fallback`_

secret
~~~~~~
Expand Down Expand Up @@ -493,6 +496,27 @@ and activate the data collectors by hand::

$profiler->enable();

translator
~~~~~~~~~~

.. _translator.enabled:

enabled
.......

**type**: ``boolean`` **default**: ``false``

Whether or not to enable the ``translator`` service in the service container.

fallback
........

**default**: ``en``

This option is used when the translation key for the current locale wasn't found.

For more details, see :doc:`/book/translation`.

Full default Configuration
--------------------------

Expand Down

0 comments on commit 2af0b3f

Please sign in to comment.