diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 0b9d50e5705..35f2b11e998 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -86,6 +86,7 @@ Configuration * :ref:`enabled ` * `fallbacks`_ * `logging`_ + * `paths`_ * `property_access`_ * `magic_call`_ * `throw_exception_on_invalid_index`_ @@ -1315,6 +1316,13 @@ for a given key. The logs are made to the ``translation`` channel and at the ``debug`` for level for keys where there is a translation in the fallback locale and the ``warning`` level if there is no translation to use at all. +paths +..... + +**type**: ``array`` **default**: ``[]`` + +This option allows to define an array of paths where the component will look for translation files. + property_access ~~~~~~~~~~~~~~~ @@ -1638,6 +1646,7 @@ Full Default Configuration enabled: false fallbacks: [en] logging: "%kernel.debug%" + paths: [] # validation configuration validation: