lean/meta/i18n/fr/lean.date.json
Dave Mc Nicoll 01bb926ca7 - Added a new Email defintion (which will soon see it's components changed)
- Added a new post-install script for composer which adds a project skeleton "ready to use".
- Error 500 are now handled properly in production; waiting to see if adjustements will be required before adding other code pages.
2021-03-01 16:01:27 +00:00

15 lines
377 B
JSON

{
"month": {
"list": [
"Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"
],
"short": [
"Jan", "Fév", "Mars", "Avr", "Mai", "Juin", "Jui", "Août", "Sept", "Oct", "Nov", "Déc"
],
"letter": [
"J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"
]
}
}