xpepermint
xpepermint

Reputation: 36243

Rails where is en.yml

Where can Ifind the default em.yml file. I know for translated files on GitHub but I would like to have EN version. Thx.

Upvotes: 3

Views: 1079

Answers (2)

nunopolonia
nunopolonia

Reputation: 14417

You can find en.yml for dates and times in

activesupport/lib/active_support/locale/en.yml

and active record validations messages in

activerecord/lib/active_record/locale/en.yml

Upvotes: 2

Reuben Mallaby
Reuben Mallaby

Reputation: 5767

It should be in RAILS_ROOT\config\locales

Upvotes: 0

Related Questions