mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue