From 5876ceb5f6fafa4942497d6817138d6068610c3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 14 Oct 2025 17:04:05 +0200 Subject: [PATCH] Move Resource translation in bundle --- .../translations => translations}/messages.en_gb.yml | 7 ------- .../translations => translations}/messages.fr_fr.yml | 7 ------- .../translations => translations}/validators.en_gb.yml | 0 .../translations => translations}/validators.fr_fr.yml | 0 4 files changed, 14 deletions(-) rename {Resources/translations => translations}/messages.en_gb.yml (97%) rename {Resources/translations => translations}/messages.fr_fr.yml (97%) rename {Resources/translations => translations}/validators.en_gb.yml (100%) rename {Resources/translations => translations}/validators.fr_fr.yml (100%) diff --git a/Resources/translations/messages.en_gb.yml b/translations/messages.en_gb.yml similarity index 97% rename from Resources/translations/messages.en_gb.yml rename to translations/messages.en_gb.yml index 341f8a0..5636efd 100644 --- a/Resources/translations/messages.en_gb.yml +++ b/translations/messages.en_gb.yml @@ -30,13 +30,6 @@ Welcome to raphaël's developer diary contact page: Welcome to raphaël's develo contact: contact Captcha is empty: Captcha is empty Subject: Subject -Name: Name -Your name: Your name -Mail: Mail -Your mail: Your mail -Message: Message -Your message: Your message -Send: Send Your message has been sent: Your message has been sent , edited the %date%: , edited the %date% Thanks so much for joining %title.site%, the blog program.: Thanks so much for joining %title.site%, the blog program. diff --git a/Resources/translations/messages.fr_fr.yml b/translations/messages.fr_fr.yml similarity index 97% rename from Resources/translations/messages.fr_fr.yml rename to translations/messages.fr_fr.yml index af4c24a..d45a138 100644 --- a/Resources/translations/messages.fr_fr.yml +++ b/translations/messages.fr_fr.yml @@ -30,13 +30,6 @@ Welcome to raphaël's developer diary contact page: Bienvenue sur la page de con contact: contacter Captcha is empty: Le captcha est vide Subject: Sujet -Name: Nom -Your name: Votre nom -Mail: Courriel -Your mail: Votre courriel -Message: Message -Your message: Votre message -Send: Envoyer Your message has been sent: Votre message a été envoyé , edited the %date%: , edité le %date% Thanks so much for joining %title.site%, the blog program.: Merci d'avoir rejoint %title.site%, le programme de blog. diff --git a/Resources/translations/validators.en_gb.yml b/translations/validators.en_gb.yml similarity index 100% rename from Resources/translations/validators.en_gb.yml rename to translations/validators.en_gb.yml diff --git a/Resources/translations/validators.fr_fr.yml b/translations/validators.fr_fr.yml similarity index 100% rename from Resources/translations/validators.fr_fr.yml rename to translations/validators.fr_fr.yml -- 2.41.3