Commit 7d024a1d authored by Bob Van Landuyt's avatar Bob Van Landuyt

Make sure there's only 1 `errors.messages` definition in en.yml

parent 59610c42
...@@ -2,12 +2,6 @@ ...@@ -2,12 +2,6 @@
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en: en:
errors:
messages:
label_already_exists_at_group_level: "already exists at group level for %{group}. Please choose another one."
wrong_size: "is the wrong size (should be %{file_size})"
size_too_small: "is too small (should be at least %{file_size})"
size_too_big: "is too big (should be at most %{file_size})"
views: views:
pagination: pagination:
previous: "Prev" previous: "Prev"
...@@ -114,6 +108,10 @@ en: ...@@ -114,6 +108,10 @@ en:
errors: errors:
format: "%{attribute} %{message}" format: "%{attribute} %{message}"
messages: messages:
label_already_exists_at_group_level: "already exists at group level for %{group}. Please choose another one."
wrong_size: "is the wrong size (should be %{file_size})"
size_too_small: "is too small (should be at least %{file_size})"
size_too_big: "is too big (should be at most %{file_size})"
accepted: must be accepted accepted: must be accepted
blank: can't be blank blank: can't be blank
present: must be blank present: must be blank
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment