开发者

rails 3 - complete disable the i18n fallbacks

开发者 https://www.devze.com 2023-02-18 06:08 出处:网络
Is it poss开发者_C百科ible to disable the i18n fallbacks complete? Also the \"translation\" of the model attribute names.

Is it poss开发者_C百科ible to disable the i18n fallbacks complete?

Also the "translation" of the model attribute names. i.e. <%= f.label :title %> gets "translated" to Title. I want an error message there...

I've set up config.i18n.fallbacks = false in my initializer, but the model's attribute names are still there.

0

精彩评论

暂无评论...
验证码 换一张
取 消