mirror of https://gitee.com/bigwinds/arangodb
6 lines
536 B
JavaScript
6 lines
536 B
JavaScript
/*!
|
|
* numeral.js language configuration
|
|
* language : netherlands-dutch (nl-nl)
|
|
* author : Dave Clayton : https://github.com/davedx
|
|
*/
|
|
!function(){var a={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mln",billion:"mrd",trillion:"bln"},ordinal:function(a){var b=a%100;return 0!==a&&1>=b||8===b||b>=20?"ste":"de"},currency:{symbol:"€ "}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("nl-nl",a)}(); |