Module:Hrkt-translit/data/xug: Difference between revisions

From Linguifex
Jump to navigation Jump to search
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 12:46, 21 April 2026

Documentation for this module may be created at Module:Hrkt-translit/data/xug/doc

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

return require("Module:Hrkt-translit").process_data{
	rom = {
		["’か"] = "k'a", ["’き"] = "k'i", ["’く"] = "k'u", ["’け"] = "k'e", ["’こ"] = "k'o",
		["’た"] = "t'a", ["’て"] = "te", ["’と"] = "t'o",
	},
	digraph = { ["ん"] = { [glottal] = glottal .. "n" } },
	tr_gem = {
		["ch"] = "t", [glottal .. "ch"] = "t",
		["y"] = glottal, [glottal .. "y"] = glottal,
		["w"] = glottal, [glottal .. "w"] = glottal,
	},
}