source: Dev/branches/rest-dojo-ui/client/dojo/cldr/nls/currency.js @ 263

Last change on this file since 263 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 673 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": "AU$",
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        "es": true,
26        "fi": true,
27        "fr": true,
28        "he": true,
29        "hu": true,
30        "it": true,
31        "ja": true,
32        "ko": true,
33        "nb": true,
34        "nl": true,
35        "pl": true,
36        "pt": true,
37        "ro": true,
38        "ru": true,
39        "sk": true,
40        "sl": true,
41        "sv": true,
42        "th": true,
43        "tr": true,
44        "zh": true,
45        "zh-hant": true,
46        "zh-hk": true,
47        "zh-tw": true
48});
Note: See TracBrowser for help on using the repository browser.