thai.yml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. general:
  2. name: Thai
  3. options:
  4. - id: ThaiTranscription
  5. label: Thai Orthography
  6. description: พุทฺธ → พุทธะ
  7. type: boolean
  8. default: false
  9. - id: ThaiSajjhayaOrthography
  10. label: Sajjhāya orthography
  11. description: พุทฺธ → พุท์ธ
  12. type: boolean
  13. default: false
  14. - id: ThaiSajjhayawithA
  15. label: Nativized sajjhaya
  16. description: พุทฺธํ → พุท์ธัง
  17. type: boolean
  18. default: false
  19. - id: ThaiNativeConsonants
  20. label: Thai phonetic
  21. description: พุทฺธตฺว → บุดธะต͜วะ
  22. type: boolean
  23. default: false
  24. - id: ThaiVisargaSaraA
  25. label: Sara a ะ as Visarga
  26. description: พุทฺธ → พุทธะ
  27. type: boolean
  28. default: false
  29. script_to_roman:
  30. hooks:
  31. post_config:
  32. -
  33. - aksharamukha.romanizer.s2r_post_config
  34. - src_script: "Thai"
  35. roman_to_script:
  36. hooks:
  37. post_config:
  38. -
  39. - aksharamukha.romanizer.r2s_post_config
  40. - dest_script: "Thai"