From e1daa2bff4e6d6d308f8e8aa0f0a4a23ebfb54c7 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Tue, 24 Sep 2002 15:57:31 +0000 Subject: setlocale changes. --- languages/french.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/french.inc.php') diff --git a/languages/french.inc.php b/languages/french.inc.php index f197be5..a377884 100644 --- a/languages/french.inc.php +++ b/languages/french.inc.php @@ -34,12 +34,12 @@ $date_lang = "Date"; $summary_lang = "Summary"; // Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php -setlocale (LC_TIME, 'en_EN'); +setlocale (LC_TIME, 'fr_CA'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = "g:i A"; -// For date formatting, cehck out: http://www.php.net/manual/en/function.strftime.php +// For date formatting, check out: http://www.php.net/manual/en/function.strftime.php $dateFormat_day = "%A, %B %e"; $dateFormat_week = "%B %e"; $dateFormat_week_list = "%a, %b %e"; -- cgit v1.2.3