Sha256: 48cc652fa9e45d8a53e1b2dce68a5f770c2ed75a596d78e0f99ae078691b3d21
Contents?: true
Size: 482 Bytes
Versions: 16
Compression:
Stored size: 482 Bytes
Contents
/*! * numeral.js language configuration * language : french (fr) * author : Adam Draper : https://github.com/adamwdraper */ !function(){var a={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){return 1===a?"er":"e"},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("fr",a)}();
Version data entries
16 entries across 16 versions & 1 rubygems