Everything-Metric
Everything-Metric copied to clipboard
Incorrect locale tag
I noticed in the code, it says mystring.toLocaleString('us-EN')
. This should be mystring.toLocaleString('en-US')
, as the BCP 47 tag structure is <language>-<COUNTRY>
.
@m1l Any update on the issue? I'd be happy to submit a PR.