Improved date handling (DurationComponents)

This commit is contained in:
Vicnet
2023-11-11 11:11:08 +01:00
parent 1598d24b00
commit 13b025771c
7 changed files with 150 additions and 135 deletions

View File

@@ -22,6 +22,9 @@
}
}
}
},
"-" : {
},
":" : {
"localizations" : {
@@ -88,6 +91,22 @@
}
}
}
},
"%lld h" : {
},
"%lld h, %lld min" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$lld h, %2$lld min"
}
}
}
},
"%lld min" : {
},
"%lld." : {
"localizations" : {