Module:siwa-noun: Difference between revisions
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
local gsplit = mw.text.gsplit | local gsplit = mw.text.gsplit | ||
local pagename = mw.title.getCurrentTitle().text | local pagename = mw.title.getCurrentTitle().text | ||
local | local vowels = "[aeiouyůõảẻỉỏủỷę̊]" | ||
local consonants = "[mpbvntdsṡʦʨʥŋɲcɟħðrṁṅḥkgġhłƛɬ]" | |||
local stressedvowels = { | local stressedvowels = { | ||
| Line 33: | Line 32: | ||
local digraphs_to_single = { | local digraphs_to_single = { | ||
["ts"] = "ʦ", ["tṡ"] = "ʨ", ["dį"] = "ʥ", ["ng"] = "ŋ", ["nį"] = "ɲ", ["kį"] = "c", ["gį"] = "ɟ", ["hh"] = "ħ", | ["ts"] = "ʦ", ["tṡ"] = "ʨ", ["dį"] = "ʥ", ["ng"] = "ŋ", ["nį"] = "ɲ", ["kį"] = "c", ["gį"] = "ɟ", ["hh"] = "ħ", ["ḍḍ"] = "ð", ["dl"] = "ɬ" | ||
} | } | ||