aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/locale/en.yml
Commit message (Collapse)AuthorAgeFilesLines
* Allow to specify default attributes names translation in I18n yml files.José Valim2010-01-071-0/+5
| | | | | | | | | | | | For example, you could easily specify :created_at and :updated_at translations as: en: attributes: created_at: "Created at" updated_at: "Updated at" This configuration is built on ActiveModel, so it means those translations are shared between different ORMs as well (but always as a fallback).
* Errors messages are now moved from :activerecord.errors to simply :errors on ↵José Valim2010-01-071-31/+8
| | | | I18n yml files.
* Use activerecord.errors.format as in Rails 2.3.5.José Valim2010-01-021-0/+3
|
* allow ActiveRecord#RecordInvalid exception message to be localizedSven Fuchs2009-08-261-0/+1
| | | | | | [#2754 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Merge docrailsPratik Naik2009-01-181-1/+1
|
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-181-0/+54
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>