Sha256: e7f0aec2bb112650cbafe267ebe7e49bce2ca01d633240403707b69a7af4fbc9
Contents?: true
Size: 489 Bytes
Versions: 16
Compression:
Stored size: 489 Bytes
Contents
/*! * numeral.js language configuration * language : danish denmark (dk) * author : Michael Storgaard : https://github.com/mstorgaard */ !function(){var a={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mio",billion:"mia",trillion:"b"},ordinal:function(){return"."},currency:{symbol:"DKK"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("da-dk",a)}();
Version data entries
16 entries across 16 versions & 1 rubygems