Last change
on this file since 256 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:
1.2 KB
|
Line | |
---|
1 | define({ root: |
---|
2 | |
---|
3 | //begin v1.x content |
---|
4 | { |
---|
5 | "scientificFormat": "#E0", |
---|
6 | "currencySpacing-afterCurrency-currencyMatch": "[:letter:]", |
---|
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 | "nativeZeroDigit": "0", |
---|
16 | "plusSign": "+", |
---|
17 | "currencySpacing-afterCurrency-surroundingMatch": "[:digit:]", |
---|
18 | "currencySpacing-beforeCurrency-currencyMatch": "[:letter:]", |
---|
19 | "currencyFormat": "€ #,##0.00", |
---|
20 | "perMille": "â°", |
---|
21 | "group": ",", |
---|
22 | "percentFormat": "#,##0%", |
---|
23 | "decimalFormat": "#,##0.###", |
---|
24 | "decimal": ".", |
---|
25 | "patternDigit": "#", |
---|
26 | "currencySpacing-beforeCurrency-insertBetween": "Â ", |
---|
27 | "exponential": "E" |
---|
28 | } |
---|
29 | //end v1.x content |
---|
30 | , |
---|
31 | "ar": true, |
---|
32 | "ca": true, |
---|
33 | "cs": true, |
---|
34 | "da": true, |
---|
35 | "de": true, |
---|
36 | "el": true, |
---|
37 | "en": true, |
---|
38 | "en-au": true, |
---|
39 | "en-gb": true, |
---|
40 | "es": true, |
---|
41 | "fi": true, |
---|
42 | "fr": true, |
---|
43 | "fr-ch": true, |
---|
44 | "he": true, |
---|
45 | "hu": true, |
---|
46 | "it": true, |
---|
47 | "ja": true, |
---|
48 | "ko": true, |
---|
49 | "nb": true, |
---|
50 | "nl": true, |
---|
51 | "pl": true, |
---|
52 | "pt": true, |
---|
53 | "pt-pt": true, |
---|
54 | "ro": true, |
---|
55 | "ru": true, |
---|
56 | "sk": true, |
---|
57 | "sl": true, |
---|
58 | "sv": true, |
---|
59 | "th": true, |
---|
60 | "tr": true, |
---|
61 | "zh": true, |
---|
62 | "zh-hant": true, |
---|
63 | "zh-hk": true |
---|
64 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.