jshackles / Enhanced_Steam

Enhances the Steam Experience
www.EnhancedSteam.com
GNU General Public License v3.0
1.31k stars 195 forks source link

Use native JS fn for number formatting #1458

Closed JoiNNN closed 7 years ago

jshackles commented 7 years ago

I looked into using this, but was concerned that perhaps a user's locale formatting (which could use periods as thousands separators) might not match Steam's native formatting (which appears to always use commas). Any thoughts?

JoiNNN commented 7 years ago

That indeed can happen, I've updated the code to use the english format which uses commas.

jshackles commented 7 years ago

OK cool, didn't know you could force it that way. Cheers!