spree-contrib / spree_contact_us

Adds Contact Us form to your Spree Commerce store
https://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
40 stars 138 forks source link

form error translations #52

Closed connecticus closed 9 years ago

connecticus commented 9 years ago

Ok, we have translations for example for spanish. But errors ("This field is required", "Please enter a valid email address." ) still in english.

JDutil commented 9 years ago

You probably either need rails i18n for validations https://github.com/svenfuchs/rails-i18n

connecticus commented 9 years ago

Jeff, thank you for answer, I do, but no luck.

Ionut-Milas commented 8 years ago

I have the same issue... Hot to alter "This field is required" ?