mirror of https://gitee.com/bigwinds/arangodb
6 lines
500 B
JavaScript
6 lines
500 B
JavaScript
/*!
|
|
* numeral.js language configuration
|
|
* language : portuguese brazil (pt-br)
|
|
* author : Ramiro Varandas Jr : https://github.com/ramirovjr
|
|
*/
|
|
!function(){var a={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"mil",million:"milhões",billion:"b",trillion:"t"},ordinal:function(){return"º"},currency:{symbol:"R$"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("pt-br",a)}(); |