From 625e55056dff4adabb7014f0c8db352a111328e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 7 Nov 2025 17:20:54 +0100 Subject: [PATCH] Add translation keys and update components for accompanying course actions - Added new translation keys for requestor (`add_requestor`), associated persons, and resources in `messages.fr.yml`. - Refactored Vue components (`Requestor.vue`, `Resources.vue`, `PersonsAssociated.vue`) to use these new translations dynamically. - Imported necessary constants and the `trans` method for translation handling. --- .../AccompanyingCourse/components/PersonsAssociated.vue | 7 +++++-- .../vuejs/AccompanyingCourse/components/Requestor.vue | 7 +++++-- .../vuejs/AccompanyingCourse/components/Resources.vue | 7 +++++-- src/Bundle/ChillPersonBundle/translations/messages.fr.yml | 6 ++++++ 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue index b4e0e70b8..e023c227b 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue @@ -84,8 +84,8 @@