custom_numbers.json 854 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "main": {
  3. "id": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "decimalFormats-numberSystem-latn": {
  9. "short": {
  10. "decimalFormat": {
  11. "1000-count-other": "0",
  12. "10000-count-other": "00 rb",
  13. "100000-count-other": "000 rb",
  14. "1000000-count-other": "0 jt",
  15. "10000000-count-other": "00 jt",
  16. "100000000-count-other": "000 jt",
  17. "1000000000-count-other": "0 M",
  18. "10000000000-count-other": "00 M",
  19. "100000000000-count-other": "000 M",
  20. "1000000000000-count-other": "0 T",
  21. "10000000000000-count-other": "00 T",
  22. "100000000000000-count-other": "000 T"
  23. }
  24. }
  25. }
  26. }
  27. }
  28. }
  29. }