UNPKG

numeraljs

Version:

Format and manipulate numbers.

6 lines 476 B
/*! * 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(a){return"."},currency:{symbol:"¥"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("ja",a)}();