diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index ef9b861dcb0..146e0c42a1d 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -170,6 +170,7 @@ Configuration * `fallbacks`_ * `logging`_ * :ref:`paths ` + * :ref:`default_path ` * `trusted_hosts`_ * `trusted_proxies`_ @@ -1595,6 +1596,19 @@ paths This option allows to define an array of paths where the component will look for translation files. +.. _reference-translator-default_path: + +default_path +............ + +.. versionadded:: 3.4 + The ``default_path`` option was introduced in Symfony 3.4. + +**type**: ``string`` **default**: ``%kernel.project_dir%/translations`` + +This option allows to define the path where the application translations files +are stored. + property_access ~~~~~~~~~~~~~~~