mirror of https://gitee.com/bigwinds/arangodb
6 lines
481 B
JavaScript
6 lines
481 B
JavaScript
/*!
|
|
* numeral.js language configuration
|
|
* language : polish (pl)
|
|
* author : Dominik Bulaj : https://github.com/dominikbulaj
|
|
*/
|
|
!function(){var a={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"tys.",million:"mln",billion:"mld",trillion:"bln"},ordinal:function(){return"."},currency:{symbol:"PLN"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("pl",a)}(); |