thai.yml 1.1 KB

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