added numeral js package for Matrix's zend patient validation module
[openemr.git] / public / assets / numeral-1-5-3 / min / languages / et.min.js
blobcf9f7e38bc9a0e4944a375a047a3e743046993a5
1 /*! 
2  * numeral.js language configuration
3  * language : Estonian
4  * author : Illimar Tambek : https://github.com/ragulka
5  *
6  * Note: in Estonian, abbreviations are always separated
7  * from numbers with a space
8  */
9 !function(){var a={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:" tuh",million:" mln",billion:" mld",trillion:" trl"},ordinal:function(){return"."},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("et",a)}();