lib/grape/locale/en.yml in grape-0.19.2 vs lib/grape/locale/en.yml in grape-1.0.0
- old
+ new
@@ -6,10 +6,10 @@
coerce: 'is invalid'
presence: 'is missing'
regexp: 'is invalid'
blank: 'is empty'
values: 'does not have a valid value'
- except: 'has a value not allowed'
+ except_values: 'has a value not allowed'
missing_vendor_option:
problem: 'missing :vendor option.'
summary: 'when version using header, you must specify :vendor option. '
resolution: "eg: version 'v1', using: :header, vendor: 'twitter'"
missing_mime_type: