From 5de4e5ea8b77b86e5635a39f6b6f450a8779425c Mon Sep 17 00:00:00 2001
From: Carmine DiChiara <carmine.dichiara@committed2action.com>
Date: Sat, 16 Jan 2021 10:33:31 +0000
Subject: [PATCH] Added reCAPTCHA to Formspree and support for Netlify forms

---
 i18n/es.toml |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/i18n/es.toml b/i18n/es.toml
index a95542a..07db312 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -20,5 +20,32 @@
 [comments]
 other = "comentarios"
 
+[name]
+other = "Nombre"
+
+[name_error]
+other = "Por favor, indique su nombre"
+
+[email]
+other = "Email"
+
+[email_error]
+other = "Por favor, introduzca una dirección de correo electrónico válida"
+
+[message]
+other = "Mensaje"
+
+[message_error]
+other = "Por favor, háganos saber por qué está contactando con nosotros"
+
 [send]
-other = "Enviar"
\ No newline at end of file
+other = "Enviar"
+
+[form_captcha_error]
+other = "Error de Captcha; por favor, inténtelo de nuevo más tarde"
+
+[form_error]
+other = "Error fatal, contacto no realizado - por favor, contacte de otra manera"
+
+[form_success]
+other = "¡Gracias por tender la mano! Pronto nos tocará"

--
Gitblit v1.10.0