summaryrefslogtreecommitdiff
path: root/lib/dojo/cldr/nls/sv/number.js.uncompressed.js
blob: 559cab4c6f86de62230ec687b8c74dfda3c45fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
define(
"dojo/cldr/nls/sv/number", //begin v1.x content
{
	"scientificFormat": "#E0",
	"currencyDecimal": ":",
	"infinity": "∞",
	"list": ";",
	"percentSign": "%",
	"minusSign": "−",
	"decimalFormat-short": "000 bn",
	"nan": "¤¤¤",
	"plusSign": "+",
	"currencyFormat": "#,##0.00 ¤",
	"perMille": "‰",
	"group": " ",
	"percentFormat": "#,##0 %",
	"decimalFormat-long": "000 biljoner",
	"decimalFormat": "#,##0.###",
	"currencyGroup": ".",
	"decimal": ",",
	"exponential": "×10^"
}
//end v1.x content
);