summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojo/cldr/nls/it/number.js
blob: 90bed54aea51aae114b2ffa2ad43e378fb67c70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//>>built
define(
"dojo/cldr/nls/it/number", //begin v1.x content
{
	"decimalFormat": "#,##0.###",
	"group": ".",
	"scientificFormat": "#E0",
	"percentFormat": "#,##0%",
	"currencyFormat": "¤ #,##0.00",
	"decimal": ","
}
//end v1.x content
);