aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/locale/en.yml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #11416 from tigrish/master"Yves Senn2013-07-221-2/+2
| | | | | This reverts commit 9dc8aef084fc5ae7e3a396dd098d89da93d06fda, reversing changes made to 02e8dae6279ea25312293a3eca777faf35139c4c.
* Remove ambiguity with pluralizations and I18n keys used for association ↵Christopher Dell2013-07-131-2/+2
| | | | restrict_dependent_destroy errors
* Changed scope for "taken" error message translation to decrease precedenceAndrew DiMichele2012-10-191-1/+5
| | | | | | Moved activerecord.errors.messages.taken to errors.messages.taken so that translations for, e.g., errors.attributes.email.taken don't get overridden. Test that the translation for 'taken' can be overridden
* Fix typoRafael Mendonça França2012-02-011-1/+1
|
* Use human attribute name to show the dependent destroy messageRafael Mendonça França2012-02-011-1/+1
|
* fix has_one, has_many restrict error messageManoj2012-02-011-1/+3
|
* suggested fixes for :dependent => :restrict deprecation.Manoj2012-01-311-1/+1
|
* has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-291-0/+1
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-2/+2
| | | | 's/[ \t]*$//' -i {} \;)
* edit pass: the names of Rails components have a space, ie, "Active Record", ↵Xavier Noria2010-06-141-1/+1
| | | | not "ActiveRecord"
* Use %{} syntax in I18n (faster) instead of {{}}.José Valim2010-05-011-2/+2
|
* Drop AR I18n deprecation and simple use errors.messages as fallback.José Valim2010-01-301-12/+12
|
* 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>