From 9dbc83dc837a6e23e3634570bf03dc97c833e31e Mon Sep 17 00:00:00 2001 From: Emmanuel ROY Date: Wed, 1 Apr 2020 13:40:54 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20derni=C3=A8re=20update=20dans=20le?= =?UTF-8?q?=20bin=20de=20la=20console=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO: créé les pages de blog (sommaire,news) permettant d'afficher les fichiers md --- console/skel/phplist/config.skel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/console/skel/phplist/config.skel.php b/console/skel/phplist/config.skel.php index 288dbc2..7ae7999 100644 --- a/console/skel/phplist/config.skel.php +++ b/console/skel/phplist/config.skel.php @@ -15,7 +15,7 @@ General settings for language and database // to find your language // this is the language for the frontend pages. In the admin pages you can // choose your language by using the dropdown in the pages. -$language_module = 'english.inc'; +$language_module = 'Français.inc'; // what is your Mysql database server $database_host = 'HOST_HOSTNAME'; @@ -420,7 +420,7 @@ Miscellaneous // set the default system language. If the language cannot be detected, it will fall back to // this one. It has to be the "ISO code" of the language. // to find what languages are available here, check out http://translate.phplist.com/ -$default_system_language = 'en'; +$default_system_language = 'fr'; //# use Precedence // according to the email standards, the Precedence header is outdated, and should not be used