Sha256: 63f560534ba107ffa6ebfafa5765e6f6662d17f83668f4e33ba9edb8b1a06825
Contents?: true
Size: 536 Bytes
Versions: 16
Compression:
Stored size: 536 Bytes
Contents
/*! * numeral.js language configuration * language : netherlands-dutch (nl-nl) * author : Dave Clayton : https://github.com/davedx */ !function(){var a={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mln",billion:"mrd",trillion:"bln"},ordinal:function(a){var b=a%100;return 0!==a&&1>=b||8===b||b>=20?"ste":"de"},currency:{symbol:"€ "}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("nl-nl",a)}();
Version data entries
16 entries across 16 versions & 1 rubygems