Skip to content

Commit

Permalink
Update features.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayblockunova authored Aug 18, 2024
1 parent 3f4b70b commit f767d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ var featureInfos =
function ()
{
var available =
checkLocaleNumeral('ar', NaN, /^ليس برقم/) &&
checkLocaleNumeral('ar', NaN, /^ليس.برقم/) &&
checkLocaleNumeral('ar', Infinity, /^+لا.نهاية/) &&
checkLocaleNumeral('ar-td', 234567890.1, /^٢٣٤٬?٥٦٧٬?٨٩٠٫١/) &&
checkLocaleNumeral('cz', NaN, /^Není.číslo/) &&
Expand Down

0 comments on commit f767d8a

Please sign in to comment.