number.js 195 B

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