Sha256: 7de5cb76997af859390fd61becdcfb2f925ee8cf982962078acd14f0e145815d
Contents?: true
Size: 482 Bytes
Versions: 16
Compression:
Stored size: 482 Bytes
Contents
/*! * 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)}();
Version data entries
16 entries across 16 versions & 1 rubygems