Symfony 2 as version 2.1 supports gettext (MO and PO files).
I have following configuration (app/config/config.yml):
framework:
translator: { fallback: "en" }
default_locale: "fa_ir"
...
How can I configure to support for mo files?
I found without any configuration I can put
messages.fa_ir.moinResources/translationsdirectory of bundle and Symfony2 itself will find it…