Module:User:Wpi/zh-pron/data

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


local data = {}

data.lects = { -- TODO: use with proper language codes after they are added
	 = {"m", "m-s", "m-x", "m-nj", "dg"},
	 = {"c", "c-dg", "c-t", "c-yj"},
	 = {"g"},
	 = {"h"},
	 = {"j"},
	 = {"md"},
	 = {"mb"},
	 = {"mn", "mn-t", "mn-l"},
	 = {"px"},
	 = {"sp"},
	 = {"w", "w-j"},
	 = {"x", "x-l", "x-h"}
}

data.lect_order = { "cmn", "yue", "gan", "hak", "cjy", "cdo", "mnp", "nan", "cpx", "csp", "wuu", "hsn" }

return data