source: Dev/trunk/src/client/dojo/cldr/nls/currency.js @ 483

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

Added Dojo 1.9.3 release.

File size: 720 bytes
Line 
1define({ root:
2
3//begin v1.x content
4{
5        "USD_symbol": "US$",
6        "CAD_symbol": "CA$",
7        "GBP_symbol": "£",
8        "HKD_symbol": "HK$",
9        "JPY_symbol": "JPÂ¥",
10        "AUD_symbol": "A$",
11        "CNY_symbol": "CNÂ¥",
12        "EUR_symbol": "€"
13}
14//end v1.x content
15,
16        "ar": true,
17        "ca": true,
18        "cs": true,
19        "da": true,
20        "de": true,
21        "el": true,
22        "en": true,
23        "en-au": true,
24        "en-ca": true,
25        "en-gb": true,
26        "es": true,
27        "fi": true,
28        "fr": true,
29        "fr-ch": true,
30        "he": true,
31        "hu": true,
32        "it": true,
33        "ja": true,
34        "ko": true,
35        "nb": true,
36        "nl": true,
37        "pl": true,
38        "pt": true,
39        "pt-pt": true,
40        "ro": true,
41        "ru": true,
42        "sk": true,
43        "sl": true,
44        "sv": true,
45        "th": true,
46        "tr": true,
47        "zh": true,
48        "zh-hant": true,
49        "zh-hk": true,
50        "zh-tw": true
51});
Note: See TracBrowser for help on using the repository browser.