mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 19:55:14 +08:00
Use the application language for the dates
This commit is contained in:
parent
418bedc8f0
commit
675b5b1997
@ -115,7 +115,7 @@ Item
|
||||
text:
|
||||
{
|
||||
var date = new Date(details.last_updated)
|
||||
return date.toLocaleString(Qt.locale())
|
||||
return date.toLocaleString(UM.Preferences.getValue("general/language"))
|
||||
}
|
||||
font: UM.Theme.getFont("very_small")
|
||||
color: UM.Theme.getColor("text")
|
||||
|
Loading…
x
Reference in New Issue
Block a user