mirror of https://gitee.com/bigwinds/arangodb
6 lines
482 B
JavaScript
6 lines
482 B
JavaScript
/*!
|
|
* numeral.js language configuration
|
|
* language : simplified chinese
|
|
* author : badplum : https://github.com/badplum
|
|
*/
|
|
!function(){var a={delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百万",billion:"十亿",trillion:"兆"},ordinal:function(){return"."},currency:{symbol:"¥"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("chs",a)}(); |