File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,20 @@ var featureInfos =
607
607
} ,
608
608
LOCALE_NUMERALS_IE11_WIN7_8 :
609
609
{
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 ("非数字").' ,
611
624
check :
612
625
function ( )
613
626
{
You can’t perform that action at this time.
0 commit comments