feat: add user-selectable regional date format
This commit is contained in:
@@ -1047,6 +1047,14 @@
|
||||
"preview_this_week": "Cette semaine :",
|
||||
"preview_older": "Plus ancien :"
|
||||
},
|
||||
"date_locale": {
|
||||
"label": "Date format region",
|
||||
"description": "How numeric dates are ordered (day, month, year)",
|
||||
"auto": "Automatic (match language)",
|
||||
"iso": "ISO 8601 (YYYY-MM-DD)",
|
||||
"dmy": "Day/Month/Year",
|
||||
"mdy": "Month/Day/Year"
|
||||
},
|
||||
"time_format": {
|
||||
"label": "Format d'heure",
|
||||
"description": "Choisissez entre 12 heures ou 24 heures",
|
||||
|
||||
Reference in New Issue
Block a user