From eb3c1a88793ee37e4f61a4e50bb838b0e2b17ea7 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 26 May 2024 21:13:34 +0200 Subject: [PATCH] builder block: add translations --- src/core/BuilderBlock/Block/Editor/EditorBlock.php | 2 +- src/core/Resources/translations/messages.fr.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/BuilderBlock/Block/Editor/EditorBlock.php b/src/core/BuilderBlock/Block/Editor/EditorBlock.php index e8e377b..e89296a 100644 --- a/src/core/BuilderBlock/Block/Editor/EditorBlock.php +++ b/src/core/BuilderBlock/Block/Editor/EditorBlock.php @@ -9,6 +9,6 @@ class EditorBlock extends BuilderBlock { public function configure() { - $this->setCategory('Editor'); + $this->setCategory('Editors'); } } diff --git a/src/core/Resources/translations/messages.fr.yaml b/src/core/Resources/translations/messages.fr.yaml index 31daaf0..1586a32 100644 --- a/src/core/Resources/translations/messages.fr.yaml +++ b/src/core/Resources/translations/messages.fr.yaml @@ -233,3 +233,5 @@ "Insert line breaks": "Ajouter les retours chariot" 'Allow HTML': "Autoriser l'HTML" "Custom class": "Classe personnalisée" +"Editors": "Éditeurs" +"All": "Tous"