custom_numbers.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "main": {
  3. "hr": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "decimalFormats-numberSystem-latn": {
  9. "short": {
  10. "decimalFormat": {
  11. "1000-count-one": "0 tis'.'",
  12. "1000-count-few": "0 tis'.'",
  13. "1000-count-other": "0 tis'.'",
  14. "10000-count-one": "00 tis'.'",
  15. "10000-count-few": "00 tis'.'",
  16. "10000-count-other": "00 tis'.'",
  17. "100000-count-one": "000 tis'.'",
  18. "100000-count-few": "000 tis'.'",
  19. "100000-count-other": "000 tis'.'",
  20. "1000000-count-one": "0 mil'.'",
  21. "1000000-count-few": "0 mil'.'",
  22. "1000000-count-other": "0 mil'.'",
  23. "10000000-count-one": "00 mil'.'",
  24. "10000000-count-few": "00 mil'.'",
  25. "10000000-count-other": "00 mil'.'",
  26. "100000000-count-one": "000 mil'.'",
  27. "100000000-count-few": "000 mil'.'",
  28. "100000000-count-other": "000 mil'.'",
  29. "1000000000-count-one": "0 mlr'.'",
  30. "1000000000-count-few": "0 mlr'.'",
  31. "1000000000-count-other": "0 mlr'.'",
  32. "10000000000-count-one": "00 mlr'.'",
  33. "10000000000-count-few": "00 mlr'.'",
  34. "10000000000-count-other": "00 mlr'.'",
  35. "100000000000-count-one": "000 mlr'.'",
  36. "100000000000-count-few": "000 mlr'.'",
  37. "100000000000-count-other": "000 mlr'.'",
  38. "1000000000000-count-one": "0 bil'.'",
  39. "1000000000000-count-few": "0 bil'.'",
  40. "1000000000000-count-other": "0 bil'.'",
  41. "10000000000000-count-one": "00 bil'.'",
  42. "10000000000000-count-few": "00 bil'.'",
  43. "10000000000000-count-other": "00 bil'.'",
  44. "100000000000000-count-one": "000 bil'.'",
  45. "100000000000000-count-few": "000 bil'.'",
  46. "100000000000000-count-other": "000 bil'.'"
  47. }
  48. }
  49. }
  50. }
  51. }
  52. }
  53. }