Requires

Provides

Number.Dutch.js

Number messages for Dutch.

License:
MIT-style license
Authors:
Arian Stolwijk
  1. 24
  2. 25
  3. 26
  4. 27
Locale.define('nl-NL', 'Number', { decimal: ',', group: '.',

decimals: 0, precision: 0,

Negative/Currency/percentage will mixin Number

  1. 33
  2. 34
  3. 35
  4. 36
  5. 37
  6. 38
  7. 39
  8. 40
  9. 41
  10. 42
  11. 43
  12. 44
  13. 45
  14. 46
  15. 47
negative: { prefix: '-' }, currency: { decimals: 2, prefix: '€ ' }, percentage: { decimals: 2, suffix: '%' } });