3

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

xpepermint
  • 35,055
  • 30
  • 109
  • 163

2 Answers2

2

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
nunopolonia
  • 14,157
  • 3
  • 26
  • 29
0

It should be in RAILS_ROOT\config\locales

Reuben Mallaby
  • 5,740
  • 4
  • 47
  • 45
  • This file is only a sample. I would like to have en.yml with all the variables. – xpepermint Mar 05 '10 at 19:45
  • All the variables would depend entriely on what text you want translated on your site. If you want something that has a lot of translated text, look through Redmines locales: http://www.redmine.org/projects/redmine/repository/show/trunk/config/locales – Reuben Mallaby Mar 06 '10 at 09:34
  • I would like to translate all built in words (activerecord, controller...). – xpepermint Mar 06 '10 at 13:21