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
This commit is contained in:
Andy Allan 2019-02-06 14:20:03 +01:00
parent f21d0126be
commit 0508d57ae4

View file

@ -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"