Sha256: 148aee01f08163b63f20819b1da183800b09d63aa6c9b17ff0d808b15baf5f61
Contents?: true
Size: 500 Bytes
Versions: 16
Compression:
Stored size: 500 Bytes
Contents
/*! * numeral.js language configuration * language : french (Canada) (fr-CA) * author : Léo Renaud-Allaire : https://github.com/renaudleo */ !function(){var a={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"M",billion:"G",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-CA",a)}();
Version data entries
16 entries across 16 versions & 1 rubygems