fix: RTL Settings Ignored (#5762)

This commit is contained in:
Michael Genson
2025-07-21 02:51:28 -05:00
committed by GitHub
parent a1a45078fb
commit 00a03559ff
6 changed files with 126 additions and 148 deletions

View File

@@ -0,0 +1,21 @@
{
"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"
}
}