From 2f6712be87a2cacf4684dab4d65cda603c4ec2b6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 21 Mar 2017 09:50:13 +0100 Subject: [PATCH] New translations config.php (French) --- resources/lang/fr_FR/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/config.php b/resources/lang/fr_FR/config.php index c5214455e4..72bc1cbf7f 100644 --- a/resources/lang/fr_FR/config.php +++ b/resources/lang/fr_FR/config.php @@ -15,7 +15,7 @@ return [ 'month_and_day' => '%e %B %Y', 'date_time' => '%B %e %Y @ %T', 'specific_day' => '%e %B %Y', - 'week_in_year' => '%W %Y', + 'week_in_year' => 'Semaine %W %Y', 'quarter_of_year' => '%B %Y', 'year' => '%Y', 'half_year' => '%B %Y',