custom_numbers.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "main": {
  3. "ml": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "symbols-numberSystem-mlym": {
  9. "list": ";"
  10. },
  11. "decimalFormats-numberSystem-latn": {
  12. "short": {
  13. "decimalFormat": {
  14. "1000-count-one": "0K",
  15. "1000-count-other": "0K",
  16. "10000-count-one": "00K",
  17. "10000-count-other": "00K",
  18. "100000-count-one": "000K",
  19. "100000-count-other": "000K",
  20. "1000000-count-one": "0M",
  21. "1000000-count-other": "0M",
  22. "10000000-count-one": "00M",
  23. "10000000-count-other": "00M",
  24. "100000000-count-one": "000M",
  25. "100000000-count-other": "000M",
  26. "1000000000-count-one": "0B",
  27. "1000000000-count-other": "0B",
  28. "10000000000-count-one": "00B",
  29. "10000000000-count-other": "00B",
  30. "100000000000-count-one": "000B",
  31. "100000000000-count-other": "000B",
  32. "1000000000000-count-one": "0T",
  33. "1000000000000-count-other": "0T",
  34. "10000000000000-count-one": "00T",
  35. "10000000000000-count-other": "00T",
  36. "100000000000000-count-one": "000T",
  37. "100000000000000-count-other": "000T"
  38. }
  39. }
  40. },
  41. "decimalFormats-numberSystem-mlym": {
  42. "short": {
  43. "decimalFormat": {
  44. "1000-count-one": "0K",
  45. "1000-count-other": "0K",
  46. "10000-count-one": "00K",
  47. "10000-count-other": "00K",
  48. "100000-count-one": "000K",
  49. "100000-count-other": "000K",
  50. "1000000-count-one": "0M",
  51. "1000000-count-other": "0M",
  52. "10000000-count-one": "00M",
  53. "10000000-count-other": "00M",
  54. "100000000-count-one": "000M",
  55. "100000000-count-other": "000M",
  56. "1000000000-count-one": "0B",
  57. "1000000000-count-other": "0B",
  58. "10000000000-count-one": "00B",
  59. "10000000000-count-other": "00B",
  60. "100000000000-count-one": "000B",
  61. "100000000000-count-other": "000B",
  62. "1000000000000-count-one": "0T",
  63. "1000000000000-count-other": "0T",
  64. "10000000000000-count-one": "00T",
  65. "10000000000000-count-other": "00T",
  66. "100000000000000-count-one": "000T",
  67. "100000000000000-count-other": "000T"
  68. }
  69. }
  70. }
  71. }
  72. }
  73. }
  74. }