404md / www

This repository stores the code and data for www.404.md
Mozilla Public License 2.0
4 stars 3 forks source link

Contact and Book A Tour: e-mail address validation messages should be localised #302

Closed mcuclev closed 6 years ago

mcuclev commented 6 years ago

Steps to reproduce:

  1. Access the new web-boost-based version of the website. (Currently "_dev" branch)
  2. Navigate to "Contact" or "Book A Tour" in any language.
  3. Try submitting a form with an invalid e-mail: either without @, or with an @, but without a domain.
  4. MailChimp's default error message "An email address must contain a single @" or "The domain portion of the email address is invalid (the portion after the @: )" is displayed in English only.

Expected result: Localised error messages.

Actual result: Error messages displayed only in English appear from MailChimp resource.

Please, refer to the attachments for actual result: Screen Shot 2018-04-03 at 5.22.47 PM.png Screen Shot 2018-04-03 at 5.22.54 PM.png

avozicov commented 6 years ago

Test FAILED I am still getting validation messages in english language while using ru|ro in the form request

screen shot 2018-05-10 at 13 09 10 screen shot 2018-05-10 at 13 09 28
avozicov commented 6 years ago

Fixed in latest dev build

screen shot 2018-05-10 at 15 55 39 screen shot 2018-05-10 at 15 55 50
eistrati commented 6 years ago

Checked.