custom_numbers.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "main": {
  3. "is": {
  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 m'.'",
  18. "1000000-count-other": "0 m'.'",
  19. "10000000-count-one": "00 m'.'",
  20. "10000000-count-other": "00 m'.'",
  21. "100000000-count-one": "000 m'.'",
  22. "100000000-count-other": "000 m'.'",
  23. "1000000000-count-one": "0 ma'.'",
  24. "1000000000-count-other": "0 ma'.'",
  25. "10000000000-count-one": "00 ma'.'",
  26. "10000000000-count-other": "00 ma'.'",
  27. "100000000000-count-one": "000 ma'.'",
  28. "100000000000-count-other": "000 ma'.'",
  29. "1000000000000-count-one": "0 bn",
  30. "1000000000000-count-other": "0 bn",
  31. "10000000000000-count-one": "00 bn",
  32. "10000000000000-count-other": "00 bn",
  33. "100000000000000-count-one": "000 bn",
  34. "100000000000000-count-other": "000 bn"
  35. }
  36. }
  37. }
  38. }
  39. }
  40. }
  41. }