added numeral js package for Matrix's zend patient validation module
[openemr.git] / public / assets / numeral-1-5-3 / min / languages / be-nl.min.js
blobd17a383ff28a143e9a23fb154dd9748e9c8600dd
1 /*! 
2  * numeral.js language configuration
3  * language : belgium-dutch (be-nl)
4  * author : Dieter Luypaert : https://github.com/moeriki
5  */
6 !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)}();