mirror of https://gitee.com/bigwinds/arangodb
6 lines
539 B
JavaScript
6 lines
539 B
JavaScript
/*!
|
|
* numeral.js language configuration
|
|
* language : belgium-dutch (be-nl)
|
|
* author : Dieter Luypaert : https://github.com/moeriki
|
|
*/
|
|
!function(){var a={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:" mln",billion:" mld",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("be-nl",a)}(); |