rails/locale/en-ZA.yml in rails-i18n-5.0.0.beta1 vs rails/locale/en-ZA.yml in rails-i18n-5.0.0.beta2
- old
+ new
@@ -1,7 +1,14 @@
---
en-ZA:
+ activerecord:
+ errors:
+ messages:
+ record_invalid: "Validation failed: %{errors}"
+ restrict_dependent_destroy:
+ has_one: "Cannot delete record because a dependent %{record} exists"
+ has_many: "Cannot delete record because dependent %{record} exist"
date:
abbr_day_names:
- Sun
- Mon
- Tue
@@ -114,13 +121,9 @@
less_than: must be less than %{count}
less_than_or_equal_to: must be less than or equal to %{count}
not_a_number: is not a number
not_an_integer: must be an integer
odd: must be odd
- record_invalid: 'Validation failed: %{errors}'
- restrict_dependent_destroy:
- has_one: Cannot delete record because a dependent %{record} exists
- has_many: Cannot delete record because dependent %{record} exist
taken: has already been taken
too_long:
one: is too long (maximum is 1 character)
other: is too long (maximum is %{count} characters)
too_short: