feat: add user-selectable regional date format
This commit is contained in:
@@ -1047,6 +1047,14 @@
|
||||
"preview_this_week": "На этой неделе:",
|
||||
"preview_older": "Старее:"
|
||||
},
|
||||
"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": "Формат времени",
|
||||
"description": "Выберите формат 12- или 24-часовой нотации",
|
||||
|
||||
Reference in New Issue
Block a user