From 0508d57ae4feea6d11412a164853eb939a554332 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 6 Feb 2019 14:20:03 +0100 Subject: [PATCH 1/1] 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 --- config/locales/en.yml | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.43.2