mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
fix: Properly localized dates in native player
This commit is contained in:
parent
829bc3e34c
commit
d2b8a855f3
7 changed files with 90 additions and 15 deletions
|
|
@ -1356,5 +1356,15 @@
|
|||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"formattedTime": "{time}",
|
||||
"@formattedTime": {
|
||||
"description": "Formatted time",
|
||||
"placeholders": {
|
||||
"time": {
|
||||
"type": "DateTime",
|
||||
"format": "jm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue