custom_numbers.json 1.8 KB

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