pille 50 DASH is waiting for you https://bitcointalk.org/index.php?topic=421615.msg14090940#msg14090940 :smile:
Connecting Otoh here :wink:
Updates:
- seperators (1,000.00)
- if 'Total value fiat' or 'fiat/month' >=1000 -> cents are hidden
It would be nice to add numeral.language('x') where x is window.navigator.language or any other function which get browsers locale
Easiest way is use native js function toLocaleString(), since you don't need any locale/languages options except number formating.Is there an easy way to embed all the languages?
Easiest way is use native js function toLocaleString(), since you don't need any locale/languages options except number formating.
var lang = (navigator.language || navigator.systemLanguage || navigator.userLanguage).substr(0, 2).toLowerCase();
numeral.language(lang)