builder block: add translations

This commit is contained in:
Simon Vieille 2024-05-26 21:13:34 +02:00
parent e322973e67
commit eb3c1a8879
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,6 @@ class EditorBlock extends BuilderBlock
{
public function configure()
{
$this->setCategory('Editor');
$this->setCategory('Editors');
}
}

View file

@ -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"