From 0f1af0736031fee7cd6c3bd44d7d743360410ef5 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Mon, 11 Dec 2023 07:06:18 +0100
Subject: [PATCH] Add validators translations

---
 Resources/translations/validators.en_gb.yml | 4 ++++
 Resources/translations/validators.fr_fr.yml | 4 ++++
 2 files changed, 8 insertions(+)
 create mode 100644 Resources/translations/validators.en_gb.yml
 create mode 100644 Resources/translations/validators.fr_fr.yml

diff --git a/Resources/translations/validators.en_gb.yml b/Resources/translations/validators.en_gb.yml
new file mode 100644
index 0000000..9df03c9
--- /dev/null
+++ b/Resources/translations/validators.en_gb.yml
@@ -0,0 +1,4 @@
+Please provide your name: Please provide your name
+Please provide your subject: Please provide your subject
+Please provide a valid mail: Please provide a valid mail
+Please provide your message: Please provide your message
diff --git a/Resources/translations/validators.fr_fr.yml b/Resources/translations/validators.fr_fr.yml
new file mode 100644
index 0000000..83e4cba
--- /dev/null
+++ b/Resources/translations/validators.fr_fr.yml
@@ -0,0 +1,4 @@
+Please provide your name: Veuillez indiquer votre nom
+Please provide your subject: Veuillez indiquer votre sujet
+Please provide a valid mail: Veuillez indiquer un courriel valide
+Please provide your message: Veuillez indiquer votre message
-- 
2.41.3