1
0
Fork 0
arangodb/js/node/node_modules/numeral/min/languages/ja.min.js

6 lines
471 B
JavaScript

/*!
* 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)}();