File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/org/htmlunit/javascript/host/intl Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ public class NumberFormat extends HtmlUnitScriptable {
7474 commonFormats .put ("fr" , "\u202f ," );
7575 commonFormats .put ("fr-CA" , "\u00a0 ," );
7676
77- FF_FORMATS_ .putAll (commonFormats );
7877 FF_ESR_FORMATS_ .putAll (commonFormats );
7978
8079 commonFormats .put ("ar" , ",.0" );
@@ -90,6 +89,9 @@ public class NumberFormat extends HtmlUnitScriptable {
9089 commonFormats .put ("ar-SD" , "\u066c \u066b \u0660 " );
9190 commonFormats .put ("ar-SY" , "\u066c \u066b \u0660 " );
9291 commonFormats .put ("ar-YE" , "\u066c \u066b \u0660 " );
92+
93+ FF_FORMATS_ .putAll (commonFormats );
94+
9395 commonFormats .put ("be" , ",." );
9496 commonFormats .put ("en-ZA" , ",." );
9597 commonFormats .put ("mk" , ",." );
You can’t perform that action at this time.
0 commit comments