5f5eb2c46d
* Fix for erroneously-translated datetime config * remove datetime formats from crowdin Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
21 lines
347 B
JSON
21 lines
347 B
JSON
{
|
|
"short": {
|
|
"month": "short",
|
|
"day": "numeric",
|
|
"weekday": "long"
|
|
},
|
|
"medium": {
|
|
"month": "long",
|
|
"day": "numeric",
|
|
"weekday": "long",
|
|
"year": "numeric"
|
|
},
|
|
"long": {
|
|
"year": "numeric",
|
|
"month": "long",
|
|
"day": "numeric",
|
|
"weekday": "long",
|
|
"hour": "numeric",
|
|
"minute": "numeric"
|
|
}
|
|
}
|