added numeral js package for Matrix's zend patient validation module
[openemr.git] / public / assets / numeral-1-5-3 / min / languages / fr.min.js
blob3cc2e70dea1eba51e8723047374d85e76ad6e838
1 /*! 
2  * numeral.js language configuration
3  * language : french (fr)
4  * author : Adam Draper : https://github.com/adamwdraper
5  */
6 !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)}();