From a1500631c4b65960dd2eb85ca30b79be8347aa9b Mon Sep 17 00:00:00 2001 From: Marco <eddex@users.noreply.github.com> Date: Sat, 10 Aug 2019 13:18:38 +0000 Subject: [PATCH] localization for form-contact shortcode (#185) --- i18n/en.toml | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index 97100a4..e87dc92 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -15,3 +15,18 @@ [related] other = "Related" + +[yourName] +other = "Your Name" + +[emailAddress] +other = "Email Address" + +[message] +other = "Message" + +[emailRequiredNote] +other = "An email address is required." + +[send] +other = "Send" -- Gitblit v1.10.0