numeraljs
Version:
Format and manipulate numbers.
6 lines • 471 B
JavaScript
/*!
* numeral.js language configuration
* language : Finnish
* author : Sami Saada : https://github.com/samitheberber
*/
!function(){var a={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"M",billion:"G",trillion:"T"},ordinal:function(a){return"."},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("fi",a)}();