summaryrefslogtreecommitdiff
path: root/lib/dojo/cldr/nls/ja/number.js.uncompressed.js
blob: 748649e3f87c756d4f1fede8e56073f4cebac945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
define(
"dojo/cldr/nls/ja/number", //begin v1.x content
{
	"decimalFormat": "#,##0.###",
	"group": ",",
	"scientificFormat": "#E0",
	"percentFormat": "#,##0%",
	"currencyFormat": "¤#,##0.00",
	"decimal": "."
}
//end v1.x content
);