added numeral js package for Matrix's zend patient validation module
[openemr.git] / public / assets / numeral-1-5-3 / min / languages / en-gb.min.js
blobb6d974464100926bfc4d1d3dc8ac884a107c80aa
1 /*! 
2  * numeral.js language configuration
3  * language : english united kingdom (uk)
4  * author : Dan Ristic : https://github.com/dristic
5  */
6 !function(){var a={delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th"},currency:{symbol:"£"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("en-gb",a)}();