|
@@ -52,7 +52,6 @@
|
|
M(IntlInvalidTime, "Time value must be between -8.64E15 and 8.64E15") \
|
|
M(IntlInvalidTime, "Time value must be between -8.64E15 and 8.64E15") \
|
|
M(IntlInvalidUnit, "Unit {} is not a valid time unit") \
|
|
M(IntlInvalidUnit, "Unit {} is not a valid time unit") \
|
|
M(IntlMinimumExceedsMaximum, "Minimum value {} is larger than maximum value {}") \
|
|
M(IntlMinimumExceedsMaximum, "Minimum value {} is larger than maximum value {}") \
|
|
- M(IntlNumberIsNaN, "{} must not be NaN") \
|
|
|
|
M(IntlNumberIsNaNOrInfinity, "Number must not be NaN or Infinity") \
|
|
M(IntlNumberIsNaNOrInfinity, "Number must not be NaN or Infinity") \
|
|
M(IntlNumberIsNaNOrOutOfRange, "Value {} is NaN or is not between {} and {}") \
|
|
M(IntlNumberIsNaNOrOutOfRange, "Value {} is NaN or is not between {} and {}") \
|
|
M(IntlOptionUndefined, "Option {} must be defined when option {} is {}") \
|
|
M(IntlOptionUndefined, "Option {} must be defined when option {} is {}") \
|
|
@@ -101,6 +100,7 @@
|
|
M(NotIterable, "{} is not iterable") \
|
|
M(NotIterable, "{} is not iterable") \
|
|
M(NotObjectCoercible, "{} cannot be converted to an object") \
|
|
M(NotObjectCoercible, "{} cannot be converted to an object") \
|
|
M(NotUndefined, "{} is not undefined") \
|
|
M(NotUndefined, "{} is not undefined") \
|
|
|
|
+ M(NumberIsNaN, "{} must not be NaN") \
|
|
M(ObjectDefineOwnPropertyReturnedFalse, "Object's [[DefineOwnProperty]] method returned false") \
|
|
M(ObjectDefineOwnPropertyReturnedFalse, "Object's [[DefineOwnProperty]] method returned false") \
|
|
M(ObjectDeleteReturnedFalse, "Object's [[Delete]] method returned false") \
|
|
M(ObjectDeleteReturnedFalse, "Object's [[Delete]] method returned false") \
|
|
M(ObjectFreezeFailed, "Could not freeze object") \
|
|
M(ObjectFreezeFailed, "Could not freeze object") \
|