在Symfony的2配置转换组件使用gettext(Configure Translation co

2019-10-17 08:29发布

Symfony的2作为2.1版本支持的gettext(MO和PO文件)。

我具有以下结构( app/config/config.yml ):

framework:
    translator:      { fallback: "en" }
    default_locale:  "fa_ir"
    ...

如何配置为MO文件支持?

Answer 1:

我发现,无需任何配置,我可以把messages.fa_ir.moResources/translations捆绑的目录和Symfony2中本身会找到它...



文章来源: Configure Translation component in Symfony 2 to use gettext