summaryrefslogtreecommitdiff
path: root/lib/dojo/cldr/nls/el/number.js.uncompressed.js
blob: 026e587453cce9838c7a89935259ecb423cb5d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
define(
"dojo/cldr/nls/el/number", //begin v1.x content
{
	"group": ".",
	"percentSign": "%",
	"exponential": "e",
	"percentFormat": "#,##0%",
	"list": ",",
	"infinity": "∞",
	"patternDigit": "#",
	"minusSign": "-",
	"decimal": ",",
	"nan": "NaN",
	"nativeZeroDigit": "0",
	"perMille": "‰",
	"currencyFormat": "#,##0.00 ¤",
	"plusSign": "+"
}
//end v1.x content
);