custom_numbers.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "main": {
  3. "it-CH": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "decimalFormats-numberSystem-latn": {
  9. "short": {
  10. "decimalFormat": {
  11. "1000-count-one": "0",
  12. "1000-count-other": "0",
  13. "10000-count-one": "0",
  14. "10000-count-other": "0",
  15. "100000-count-one": "0",
  16. "100000-count-other": "0",
  17. "1000000-count-one": "0 Mln",
  18. "1000000-count-other": "0 Mln",
  19. "10000000-count-one": "00 Mln",
  20. "10000000-count-other": "00 Mln",
  21. "100000000-count-one": "000 Mln",
  22. "100000000-count-other": "000 Mln",
  23. "1000000000-count-one": "0 Mld",
  24. "1000000000-count-other": "0 Mld",
  25. "10000000000-count-one": "00 Mld",
  26. "10000000000-count-other": "00 Mld",
  27. "100000000000-count-one": "000 Mld",
  28. "100000000000-count-other": "000 Mld",
  29. "1000000000000-count-one": "0 Bln",
  30. "1000000000000-count-other": "0 Bln",
  31. "10000000000000-count-one": "00 Bln",
  32. "10000000000000-count-other": "00 Bln",
  33. "100000000000000-count-one": "000 Bln",
  34. "100000000000000-count-other": "000 Bln"
  35. }
  36. }
  37. }
  38. }
  39. }
  40. }
  41. }