|
3 | 3 | * language : belgium-dutch (be-nl)
|
4 | 4 | * author : Dieter Luypaert : https://github.com/moeriki
|
5 | 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)}(),/*! |
| 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)}(),/*! |
| 7 | + * numeral.js language configuration |
| 8 | + * language : simplified chinese |
| 9 | + * author : badplum : https://github.com/badplum |
| 10 | + */ |
| 11 | +function(){var a={delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百万",billion:"十亿",trillion:"兆"},ordinal:function(){return"."},currency:{symbol:"¥"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("chs",a)}(),/*! |
7 | 12 | * numeral.js language configuration
|
8 | 13 | * language : czech (cs)
|
9 | 14 | * author : Anatoli Papirovski : https://github.com/apapirovski
|
@@ -39,6 +44,14 @@ function(){var a={delimiters:{thousands:".",decimal:","},abbreviations:{thousand
|
39 | 44 | * author : Hernan Garcia : https://github.com/hgarcia
|
40 | 45 | */
|
41 | 46 | function(){var a={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"$"}};"undefined"!=typeof module&&module.exports&&(module.exports=a),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("es",a)}(),/*!
|
| 47 | + * numeral.js language configuration |
| 48 | + * language : Estonian |
| 49 | + * author : Illimar Tambek : https://github.com/ragulka |
| 50 | + * |
| 51 | + * Note: in Estonian, abbreviations are always separated |
| 52 | + * from numbers with a space |
| 53 | + */ |
| 54 | +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)}(),/*! |
42 | 55 | * numeral.js language configuration
|
43 | 56 | * language : Finnish
|
44 | 57 | * author : Sami Saada : https://github.com/samitheberber
|
|
0 commit comments