Update "fr" locale

Do not display "Annee" in the calendar (e.g. en locale file has empty string for same key)
pull/1408/head
Pierre-Louis Renaudin 2016-11-27 19:39:52 +00:00 committed by 杨奕
parent aa3f9939d0
commit 3502bf0dcd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export default {
startTime: 'Horaire début', startTime: 'Horaire début',
endDate: 'Date fin', endDate: 'Date fin',
endTime: 'Horaire fin', endTime: 'Horaire fin',
year: 'Année', year: '',
month1: 'Janvier', month1: 'Janvier',
month2: 'Février', month2: 'Février',
month3: 'Mars', month3: 'Mars',