diff --git a/translation.rst b/translation.rst index 9fd5e008973..57218a9047a 100644 --- a/translation.rst +++ b/translation.rst @@ -375,6 +375,11 @@ with these tasks: Translation Resource/File Names and Locations --------------------------------------------- +.. versionadded:: 4.2 + The translations directory ``src/Resources//translations/`` was + deprecated in Symfony 4.2, use the directory defined in the ``default_path`` + option (``translations/`` by default). + Symfony looks for message files (i.e. translations) in the following default locations: * the ``translations/`` directory (at the root of the project);