m1l / Everything-Metric

Edge (Chromium) and Chrome Extension for converting USCS sites to Metric / SI
62 stars 15 forks source link

Incorrect locale tag #1

Open getsnoopy opened 5 years ago

getsnoopy commented 5 years ago

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>.

getsnoopy commented 4 years ago

@m1l Any update on the issue? I'd be happy to submit a PR.