Improved date handling (DurationComponents)
This commit is contained in:
@@ -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" : {
|
||||
|
||||
Reference in New Issue
Block a user