custom_numbers.json 2.2 KB

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