numbers.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "main": {
  3. "km": {
  4. "numbers": {
  5. "defaultNumberingSystem": "latn",
  6. "symbols-numberSystem-khmr": {
  7. "decimal": ",",
  8. "group": ".",
  9. "percentSign": "%",
  10. "minusSign": "-",
  11. "infinity": "∞",
  12. "nan": "NaN"
  13. },
  14. "symbols-numberSystem-latn": {
  15. "decimal": ",",
  16. "group": ".",
  17. "percentSign": "%",
  18. "minusSign": "-",
  19. "infinity": "∞",
  20. "nan": "NaN"
  21. },
  22. "decimalFormats-numberSystem-khmr": {
  23. "standard": "#,##0.###"
  24. },
  25. "decimalFormats-numberSystem-latn": {
  26. "standard": "#,##0.###"
  27. },
  28. "percentFormats-numberSystem-khmr": {
  29. "standard": "#,##0%"
  30. },
  31. "percentFormats-numberSystem-latn": {
  32. "standard": "#,##0%"
  33. },
  34. "currencyFormats-numberSystem-khmr": {
  35. "standard": "¤#,##0.00"
  36. },
  37. "currencyFormats-numberSystem-latn": {
  38. "standard": "¤#,##0.00"
  39. }
  40. }
  41. }
  42. }
  43. }