From b0bccfec041216f39732c7faceaf980dc1915b9a Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 29 Oct 2018 09:30:24 +0100 Subject: [PATCH] Minor reword --- translation.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/translation.rst b/translation.rst index 6140695551e..27879a191e9 100644 --- a/translation.rst +++ b/translation.rst @@ -375,11 +375,6 @@ 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); @@ -388,6 +383,11 @@ Symfony looks for message files (i.e. translations) in the following default loc * the ``Resources/translations/`` directory inside of any bundle. +.. versionadded:: 4.2 + Using the ``src/Resources//translations/`` directory to store + translations was deprecated in Symfony 4.2. Use instead the directory + defined in the ``default_path`` option (which is ``translations/`` by default). + The locations are listed here with the highest priority first. That is, you can override the translation messages of a bundle in any of the top two directories.