mirror of https://gitee.com/bigwinds/arangodb
6 lines
482 B
JavaScript
6 lines
482 B
JavaScript
/*!
|
|
* 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)}(); |