]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/cldr/nls/ja/number.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dojo / cldr / nls / ja / number.js.uncompressed.js
1 define(
2 "dojo/cldr/nls/ja/number", //begin v1.x content
3 {
4 "decimalFormat": "#,##0.###",
5 "group": ",",
6 "scientificFormat": "#E0",
7 "percentFormat": "#,##0%",
8 "currencyFormat": "ยค#,##0.00",
9 "decimal": "."
10 }
11 //end v1.x content
12 );