rails/locale/en.yml in rails-i18n-4.0.2 vs rails/locale/en.yml in rails-i18n-4.0.3
- old
+ new
@@ -93,11 +93,11 @@
hour: Hour
minute: Minute
month: Month
second: Seconds
year: Year
- errors: &errors
+ errors:
format: ! '%{attribute} %{message}'
messages:
accepted: must be accepted
blank: can't be blank
present: must be blank
@@ -200,12 +200,5 @@
formats:
default: ! '%a, %d %b %Y %H:%M:%S %z'
long: ! '%B %d, %Y %H:%M'
short: ! '%d %b %H:%M'
pm: pm
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
- activemodel:
- errors:
- <<: *errors
- activerecord:
- errors:
- <<: *errors