mirror of https://gitee.com/bigwinds/arangodb
6 lines
489 B
JavaScript
6 lines
489 B
JavaScript
/*!
|
|
* numeral.js language configuration
|
|
* language : danish denmark (dk)
|
|
* author : Michael Storgaard : https://github.com/mstorgaard
|
|
*/
|
|
!function(){var a={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mio",billion:"mia",trillion:"b"},ordinal:function(){return"."},currency:{symbol:"DKK"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("da-dk",a)}(); |