]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/cldr/nls/ko/number.js.uncompressed.js
84962ade09b8e9817f9b88c31ed157112f4ea56b
[tt-rss.git] / lib / dojo / cldr / nls / ko / number.js.uncompressed.js
1 define(
2 "dojo/cldr/nls/ko/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.###",
16 "currencyFormat": "¤#,##0.00;(¤#,##0.00)",
17 "plusSign": "+",
18 "decimalFormat-long": "000조",
19 "decimalFormat-short": "000조"
20 }
21 //end v1.x content
22 );