feat: better monthly select
This commit is contained in:
@@ -22,10 +22,14 @@
|
||||
"Dimanche"
|
||||
],
|
||||
"month": {
|
||||
"st": "",
|
||||
"nd": "",
|
||||
"rd": "",
|
||||
"th": ""
|
||||
"st": "Le {0}",
|
||||
"nd": "Le {0}",
|
||||
"rd": "Le {0}",
|
||||
"th": "Le {0}",
|
||||
"first_day": "Premier jour du mois",
|
||||
"last_day": "Dernier jour du mois",
|
||||
"last": "Dernier",
|
||||
"first": "Premier"
|
||||
},
|
||||
"year": [
|
||||
"Janvier",
|
||||
|
||||
Reference in New Issue
Block a user