Add a comment in fr.js

cf: https://github.com/ElemeFE/element/pull/9053

Add a comment to explain why year must be empty, because we definitely will not remember that!
(I am the one who filled it the last time :/)
pull/9059/head
Mathieu TUDISCO 2017-12-28 10:28:04 +01:00 committed by 杨奕
parent cdc2f48de7
commit 74d4267a34
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default {
nextYear: 'Année suivante', nextYear: 'Année suivante',
prevMonth: 'Mois précédent', prevMonth: 'Mois précédent',
nextMonth: 'Mois suivant', nextMonth: 'Mois suivant',
year: '', year: '', // In french, like in english, we don't say "Année" after the year number.
month1: 'Janvier', month1: 'Janvier',
month2: 'Février', month2: 'Février',
month3: 'Mars', month3: 'Mars',