mirror of https://gitee.com/bigwinds/arangodb
6 lines
545 B
JavaScript
6 lines
545 B
JavaScript
/*!
|
|
* numeral.js language configuration
|
|
* language : spanish
|
|
* author : Hernan Garcia : https://github.com/hgarcia
|
|
*/
|
|
!function(){var a={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"$"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("es",a)}(); |