We at wikimedia has this number formatting feature as part of a mediawiki dependent localization library. But the the digit separator patterns are coming from mediawikibackend. It is a large set of CLDR originated patterns for all supported languages. To support that we may need to copy that data as part of library and incorporate parsing and number separator logic.
We at wikimedia has this number formatting feature as part of a mediawiki dependent localization library. But the the digit separator patterns are coming from mediawikibackend. It is a large set of CLDR originated patterns for all supported languages. To support that we may need to copy that data as part of library and incorporate parsing and number separator logic.
Refer: https://github.com/wikimedia/jquery.i18n/issues/229