custom_numbers.json 858 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "main": {
  3. "vi": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "decimalFormats-numberSystem-latn": {
  9. "short": {
  10. "decimalFormat": {
  11. "1000-count-other": "0 N",
  12. "10000-count-other": "00 N",
  13. "100000-count-other": "000 N",
  14. "1000000-count-other": "0 Tr",
  15. "10000000-count-other": "00 Tr",
  16. "100000000-count-other": "000 Tr",
  17. "1000000000-count-other": "0 T",
  18. "10000000000-count-other": "00 T",
  19. "100000000000-count-other": "000 T",
  20. "1000000000000-count-other": "0 NT",
  21. "10000000000000-count-other": "00 NT",
  22. "100000000000000-count-other": "000 NT"
  23. }
  24. }
  25. }
  26. }
  27. }
  28. }
  29. }