Skip to content

Commit 9066c5e

Browse files
correction
1 parent 0719f8f commit 9066c5e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/lib/features.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,20 @@ var featureInfos =
607607
},
608608
LOCALE_NUMERALS_IE11_WIN7_8:
609609
{
610-
description: '',
610+
description:
611+
'Localized number formatting exclusive to Interner Explorer 11 in Windows 7 and 8.\n' +
612+
'This includes all features of LOCALE_NUMERALS plus the output of the letters in the ' +
613+
'second word of the Arabic string representation of NaN ("برقم"), the letters in the ' +
614+
'Arabic string representation of Infinity ("+لا\xa0نهاية"), the letters in the the Czech ' +
615+
'string representation of NaN ("Není\xa0číslo"), the letters in the the Greek string ' +
616+
'representation of Infinity ("Άπειρο"), the letters in the Greek string representation ' +
617+
'of NaN ("μη\xa0αριθμός"), the letters in the Hebrew string representation of NaN ' +
618+
'("לא\xa0מספר"), the characters in the Japanese string representation of Infinity ' +
619+
'("+∞"), the characters in the Japanese string representation of NaN ("NaN\xa0(非数値)"), ' +
620+
'the letters in the Lithuanian string representation of Infinity ("begalybė"), the ' +
621+
'letters in the Polish string representation of Infinity ("+nieskończoność"), the ' +
622+
'characters in the Chinese string representation of Infinity ("正无穷大" or "正無窮大"), the ' +
623+
'characters in the Simplified Chinese string representation of NaN ("非数字").',
611624
check:
612625
function ()
613626
{

0 commit comments

Comments
 (0)