From: Andy Allan Date: Wed, 6 Feb 2019 13:20:03 +0000 (+0100) Subject: Copy i18n strings from validates_email_format_of plugin X-Git-Tag: live~2689^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0508d57ae4feea6d11412a164853eb939a554332?hp=f21d0126be03c9e009546b92fd4891db29176c0e;ds=sidebyside Copy i18n strings from validates_email_format_of plugin This allows our translators to work in languages not yet supported by the upstream plugin. Fixes #2128 --- diff --git a/config/locales/en.yml b/config/locales/en.yml index a81172de2..577efd174 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -6,6 +6,10 @@ en: friendly: "%e %B %Y at %H:%M" blog: "%e %B %Y" activerecord: + errors: + messages: + invalid_email_address: does not appear to be a valid e-mail address + email_address_not_routable: is not routable # Translates all the model names, which is used in error handling on the web site models: acl: "Access Control List"