custom_numbers.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "main": {
  3. "mn": {
  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": "00М",
  14. "10000-count-other": "00М",
  15. "100000-count-one": "000М",
  16. "100000-count-other": "000М",
  17. "1000000-count-one": "0С",
  18. "1000000-count-other": "0С",
  19. "10000000-count-one": "00С",
  20. "10000000-count-other": "00С",
  21. "100000000-count-one": "000С",
  22. "100000000-count-other": "000С",
  23. "1000000000-count-one": "0Т",
  24. "1000000000-count-other": "0Т",
  25. "10000000000-count-one": "00Т",
  26. "10000000000-count-other": "00Т",
  27. "100000000000-count-one": "000Т",
  28. "100000000000-count-other": "000Т",
  29. "1000000000000-count-one": "0ИН",
  30. "1000000000000-count-other": "0ИН",
  31. "10000000000000-count-one": "00ИН",
  32. "10000000000000-count-other": "00ИН",
  33. "100000000000000-count-one": "000ИН",
  34. "100000000000000-count-other": "000ИН"
  35. }
  36. }
  37. }
  38. }
  39. }
  40. }
  41. }