number.js 228 B

1234567891011
  1. define(
  2. "dojo/cldr/nls/zh-tw/number", //begin v1.x content
  3. {
  4. "decimalFormat-long": "000兆",
  5. "nan": "非數值",
  6. "currencyFormat": "¤#,##0.00",
  7. "$locale": "zh-hant-tw",
  8. "decimalFormat-short": "000T"
  9. }
  10. //end v1.x content
  11. );