Module:Hrkt-translit/data/xug

Hello, you have come here looking for the meaning of the word Module:Hrkt-translit/data/xug. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:Hrkt-translit/data/xug, but we will also tell you about its etymology, its characteristics and you will know how to say Module:Hrkt-translit/data/xug in singular and plural. Everything you need to know about the word Module:Hrkt-translit/data/xug you have here. The definition of the word Module:Hrkt-translit/data/xug will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:Hrkt-translit/data/xug, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


-- ] transliteration data
local glottal = "\1"

return require("Module:Hrkt-translit").process_data{
	rom = {
		 = "kha",  = "khi",  = "khu",  = "khe",  = "kho",
		 = "tha",  = "the",  = "tho",
	},
	digraph = {  = {  = glottal .. "n" } },
	tr_gem = {
		 = "t",  = "t",
		 = glottal,  = glottal,
		 = glottal,  = glottal,
	},
	tr_semivoicing = {
		 = "u~",
		 = "k",
		 = "c", -- ?= consonant 
		 = "t",  = glottal .. "ch",  = glottal .. "ts",
		 = glottal .. "n",
		 = "ph",  = "ph",
		 = glottal .. "m",
		 = glottal .. "y",
		 = glottal .. "r",
		 = glottal .. "w",
	},
}