number.js 225 B

1234567891011
  1. define(
  2. "dojo/cldr/nls/pt-pt/number", //begin v1.x content
  3. {
  4. "group": " ",
  5. "decimalFormat-long": "000 biliões",
  6. "currencyFormat": "#,##0.00 ¤",
  7. "decimalFormat-short": "000 Bi",
  8. "decimal": ","
  9. }
  10. //end v1.x content
  11. );