]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/cldr/nls/ar/number.js.uncompressed.js
upgrade dojo to 1.8.3 (refs #570)
[tt-rss.git] / lib / dojo / cldr / nls / ar / number.js.uncompressed.js
1 define(
2 "dojo/cldr/nls/ar/number", //begin v1.x content
3 {
4 "group": ",",
5 "percentSign": "%",
6 "exponential": "E",
7 "scientificFormat": "#E0",
8 "percentFormat": "#,##0%",
9 "list": ";",
10 "infinity": "∞",
11 "minusSign": "-",
12 "decimal": ".",
13 "nan": "NaN",
14 "perMille": "‰",
15 "decimalFormat": "#,##0.###;#,##0.###-",
16 "currencyFormat": "¤ #,##0.00;¤ #,##0.00-",
17 "plusSign": "+",
18 "decimalFormat-long": "000 تريليون",
19 "decimalFormat-short": "000 ترليو"
20 }
21 //end v1.x content
22 );