custom_numbers.json 830 B

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