現在のTranslation Documentationによると、Symfony2 は次の場所でメッセージ ファイル (つまり、翻訳) を探します。
the <kernel root directory>/Resources/translations directory;
the <kernel root directory>/Resources/<bundle name>/translations directory;
the Resources/translations/ directory of the bundle.
Symfony2 に調査を強制する方法はありますか
the <kernel root directory>/Resources/translations/mydirectory directory;