From f33135c5d36d0e747d07773919ae0bc84cbceac1 Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 30 Oct 2025 17:25:32 +0100 Subject: =?UTF-8?q?fichier=20de=20langue=20=C3=A0=20jour=20t=C3=A9l=C3=A9c?= =?UTF-8?q?harg=C3=A9=20avec=20php-cli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8e8a6e8..5435c0e 100644 --- a/composer.json +++ b/composer.json @@ -8,18 +8,18 @@ "composer": "*", "htmlawed/htmlawed": "^1.2", "tinymce/tinymce": "^7.7", - "tweeb/tinymce-i18n": "^2.0", "phpmailer/phpmailer": "^6.10", "symfony/http-foundation": "^7.3" }, "scripts": { "post-install-cmd": [ "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", - "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tweeb/tinymce-i18n/langs public/js/tinymce-langs" + "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR" + ], "post-update-cmd": [ "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", - "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tweeb/tinymce-i18n/langs public/js/tinymce-langs" + "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR" ] }, "authors": [ -- cgit v1.2.3