From e1ccf871c3d0945c479cdf0a56f130123287e14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Andrieux?= Date: Tue, 10 Apr 2018 11:56:14 +0200 Subject: [PATCH] Add the true default location --- translation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/translation.rst b/translation.rst index 28ec3a2f339..a703fabc3ea 100644 --- a/translation.rst +++ b/translation.rst @@ -360,6 +360,8 @@ Translation Resource/File Names and Locations Symfony looks for message files (i.e. translations) in the following default locations: +* the ``translations`` directory (at the root of the project); + * the ``app/Resources/translations`` directory; * the ``app/Resources//translations`` directory;