]> git.wh0rd.org - tt-rss.git/blame - lib/dojo/cldr/nls/it/number.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dojo / cldr / nls / it / number.js.uncompressed.js
CommitLineData
f0cfe83e
AD
1define(
2"dojo/cldr/nls/it/number", //begin v1.x content
3{
4 "group": ".",
5 "percentSign": "%",
6 "exponential": "E",
7 "scientificFormat": "#E0",
8 "percentFormat": "#,##0%",
9 "list": ";",
10 "infinity": "∞",
11 "minusSign": "-",
12 "decimal": ",",
13 "nan": "NaN",
14 "perMille": "‰",
15 "decimalFormat": "#,##0.###",
16 "currencyFormat": "¤ #,##0.00",
17 "plusSign": "+",
18 "decimalFormat-long": "000 bilioni",
19 "decimalFormat-short": "000 B"
20}
21//end v1.x content
22);