From: Raphaël Gertz Date: Tue, 14 Oct 2025 15:04:05 +0000 (+0200) Subject: Move Resource translation in bundle X-Git-Tag: 0.0.1~7 X-Git-Url: https://git.rapsys.eu/blogbundle/commitdiff_plain/5876ceb5f6fafa4942497d6817138d6068610c3a?ds=inline Move Resource translation in bundle --- 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