Commit 74d4267a authored by Mathieu TUDISCO's avatar Mathieu TUDISCO Committed by 杨奕

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 :/)
parent cdc2f48d
...@@ -20,7 +20,7 @@ export default { ...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment