Skip to content

Commit b82d5d1

Browse files
committed
updated the location of the global translations
1 parent 778e9ac commit b82d5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Symfony2 looks for message files (i.e. translations) in two locations:
273273
live in the ``Resources/translations/`` directory of the bundle;
274274

275275
* To override any bundle translations, place message files in the
276-
``app/translations`` directory.
276+
``app/Resources/translations`` directory.
277277

278278
The filename of the translations is also important as Symfony2 uses a convention
279279
to determine details about the translations. Each message file must be named

0 commit comments

Comments
 (0)