feat: better monthly select

This commit is contained in:
2026-07-21 10:23:56 +02:00
parent 02bf7bcc04
commit 69512a4f1d
4 changed files with 74 additions and 27 deletions
+8 -4
View File
@@ -22,10 +22,14 @@
"Sunday"
],
"month": {
"st": "st",
"nd": "nd",
"rd": "rd",
"th": "th"
"st": "The {0}st",
"nd": "The {0}nd",
"rd": "The {0}rd",
"th": "The {0}th",
"first_day": "First day of month",
"last_day": "Last day of month",
"last": "Last",
"first": "First"
},
"year": [
"January",
+8 -4
View File
@@ -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",