mirror of
https://github.com/tc39/test262.git
synced 2025-07-15 18:14:43 +02:00
add exceptions for hour & minute in Intl.RelativeTimeFormat numeric auto (#2191)
This commit is contained in:
parent
395401cba0
commit
6fd738d396
@ -50,6 +50,12 @@ const exceptions = {
|
|||||||
"0": "today",
|
"0": "today",
|
||||||
"1": "tomorrow",
|
"1": "tomorrow",
|
||||||
},
|
},
|
||||||
|
"hour": {
|
||||||
|
'0': 'this hour'
|
||||||
|
},
|
||||||
|
"minute": {
|
||||||
|
'0': 'this minute'
|
||||||
|
},
|
||||||
"second": {
|
"second": {
|
||||||
"-1": "1 second ago",
|
"-1": "1 second ago",
|
||||||
"0": "now",
|
"0": "now",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user