rails/locale/wo.yml in rails-i18n-4.0.2 vs rails/locale/wo.yml in rails-i18n-4.0.3
- old
+ new
@@ -93,16 +93,16 @@
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
- confirmation: doesn't match confirmation
+ confirmation: ! "doesn't match %{attribute}"
empty: can't be empty
equal_to: must be equal to %{count}
even: must be even
exclusion: is reserved
greater_than: must be greater than %{count}
@@ -194,12 +194,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