• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

DashTV - The easy way to keep an eye on your investment

It seems that it was not fixed permanently ;) down for me right now.

Edit : working now.
 
Last edited by a moderator:
It would be nice to add numeral.language('x') where x is window.navigator.language or any other function which get browsers locale ;)
 
Numeral-js ver 1.5.0+ support 27 language settings with languages.js

May be it work
JavaScript:
var lang = (navigator.language || navigator.systemLanguage || navigator.userLanguage).substr(0, 2).toLowerCase();

numeral.language(lang)
 
multilingual seperators done.

('be-nl'||'chs'||'cs'||'da-dk'||'de-ch'||'de'||'en-gb'||'es'||'et'||'fi'||'fr-CA'||'fr-ch'||'fr'||'hu'||'it'||'ja'||'nl-nl'||'pl'||'pt-br'||'pt-pt'||'ru-UA'||'ru'||'sk'||'th'||'tr'||'uk-UA')
 
Last edited by a moderator:
Back
Top