fix: Properly localized dates in native player

This commit is contained in:
PartyDonut 2025-10-18 21:15:35 +02:00
parent 829bc3e34c
commit d2b8a855f3
7 changed files with 90 additions and 15 deletions

View file

@ -1356,5 +1356,15 @@
"type": "int"
}
}
},
"formattedTime": "{time}",
"@formattedTime": {
"description": "Formatted time",
"placeholders": {
"time": {
"type": "DateTime",
"format": "jm"
}
}
}
}