mirror of https://gitee.com/bigwinds/arangodb
9 lines
566 B
JavaScript
9 lines
566 B
JavaScript
/*!
|
|
* numeral.js language configuration
|
|
* language : Estonian
|
|
* author : Illimar Tambek : https://github.com/ragulka
|
|
*
|
|
* Note: in Estonian, abbreviations are always separated
|
|
* from numbers with a space
|
|
*/
|
|
!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)}(); |