number.js 275 B

12345678910111213
  1. define(
  2. "dojo/cldr/nls/mo/number", //begin v1.x content
  3. {
  4. "group": ".",
  5. "decimalFormat-long": "000 de trilioane",
  6. "percentFormat": "#,##0 %",
  7. "currencyFormat": "#,##0.00 ¤",
  8. "$locale": "ro-md",
  9. "decimalFormat-short": "000 T",
  10. "decimal": ","
  11. }
  12. //end v1.x content
  13. );