Skip to content

Investigate using toLocaleString for number formatting #84

Description

@narenranjit

Modern browsers apparently already have some amount of formatting functions built-in

https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/format

Probably can't replace the existing formatter, but should re-write that to use built-ins where possible.

At the minimum should create a 'locale' converter to allow easy internationalization.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions