From 3502bf0dcd49a2652474f1df4dafcafc8926a492 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Renaudin Date: Sun, 27 Nov 2016 19:39:52 +0000 Subject: [PATCH] Update "fr" locale Do not display "Annee" in the calendar (e.g. en locale file has empty string for same key) --- src/locale/lang/fr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/lang/fr.js b/src/locale/lang/fr.js index 966fbf5f0..5d6ae29e6 100644 --- a/src/locale/lang/fr.js +++ b/src/locale/lang/fr.js @@ -12,7 +12,7 @@ export default { startTime: 'Horaire début', endDate: 'Date fin', endTime: 'Horaire fin', - year: 'Année', + year: '', month1: 'Janvier', month2: 'Février', month3: 'Mars',