X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e7b47374e79e14c315360ff23332a8559080301b..9d94d41376105ace0d434f9f4bfbb31070427cf8:/vendor/rails-locales/en-GB.yml?ds=inline diff --git a/vendor/rails-locales/en-GB.yml b/vendor/rails-locales/en-GB.yml index a29947f59..b8472071e 100644 --- a/vendor/rails-locales/en-GB.yml +++ b/vendor/rails-locales/en-GB.yml @@ -190,9 +190,15 @@ accepted: "must be accepted" empty: "can't be empty" blank: "can't be blank" - too_long: "is too long (maximum is %{count} characters)" - too_short: "is too short (minimum is %{count} characters)" - wrong_length: "is the wrong length (should be %{count} characters)" + too_long: + one: "is too long (maximum is 1 character)" + other: "is too long (maximum is %{count} characters)" + too_short: + one: "is too short (minimum is 1 character)" + other: "is too short (minimum is %{count} characters)" + wrong_length: + one: "is the wrong length (should be 1 character)" + other: "is the wrong length (should be %{count} characters)" not_a_number: "is not a number" not_an_integer: "must be an integer" greater_than: "must be greater than %{count}"