Sha256: b1b20d09a083448197a41a7559cb59b61016f5b5a05367ed1031485c05b4a7b6
Contents?: true
Size: 471 Bytes
Versions: 16
Compression:
Stored size: 471 Bytes
Contents
/*! * numeral.js language configuration * language : japanese * author : teppeis : https://github.com/teppeis */ !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("ja",a)}();
Version data entries
16 entries across 16 versions & 1 rubygems