source: Dev/trunk/src/client/dojo/cldr/nls/number.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.2 KB
Line 
1define({ root:
2
3//begin v1.x content
4{
5        "scientificFormat": "#E0",
6        "currencySpacing-afterCurrency-currencyMatch": "[:^S:]",
7        "infinity": "∞",
8        "list": ";",
9        "percentSign": "%",
10        "minusSign": "-",
11        "currencySpacing-beforeCurrency-surroundingMatch": "[:digit:]",
12        "decimalFormat-short": "000T",
13        "currencySpacing-afterCurrency-insertBetween": " ",
14        "nan": "NaN",
15        "plusSign": "+",
16        "currencySpacing-afterCurrency-surroundingMatch": "[:digit:]",
17        "currencySpacing-beforeCurrency-currencyMatch": "[:^S:]",
18        "currencyFormat": "€ #,##0.00",
19        "perMille": "‰",
20        "group": ",",
21        "percentFormat": "#,##0%",
22        "decimalFormat-long": "000T",
23        "decimalFormat": "#,##0.###",
24        "decimal": ".",
25        "currencySpacing-beforeCurrency-insertBetween": " ",
26        "exponential": "E"
27}
28//end v1.x content
29,
30        "ar": true,
31        "ca": true,
32        "cs": true,
33        "da": true,
34        "de": true,
35        "el": true,
36        "en": true,
37        "en-gb": true,
38        "es": true,
39        "fi": true,
40        "fr": true,
41        "fr-ch": true,
42        "he": true,
43        "hu": true,
44        "it": true,
45        "ja": true,
46        "ko": true,
47        "nb": true,
48        "nl": true,
49        "pl": true,
50        "pt": true,
51        "pt-pt": true,
52        "ro": true,
53        "ru": true,
54        "sk": true,
55        "sl": true,
56        "sv": true,
57        "th": true,
58        "tr": true,
59        "zh": true,
60        "zh-hant": true,
61        "zh-hk": true,
62        "zh-tw": true
63});
Note: See TracBrowser for help on using the repository browser.