Module:siwa-noun/common: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
local data = {}
local data = {}
--[[
I'm sure someone more experienced than I am (not too difficult to achieve)
would do this more elegantly and more efficient, but I couldn't come up with anything better.
]]


data.stressed_vowels = {
data.stressed_vowels = {
Line 24: Line 19:
["di"] = "", ["ɲi"] = "ɟi", ["ħį"] = "ṡ", ["[ou]ų"] = "ů", ["ɬ"] = "l",
["di"] = "", ["ɲi"] = "ɟi", ["ħį"] = "ṡ", ["[ou]ų"] = "ů", ["ɬ"] = "l",
}
}
--[[
I'm sure someone more experienced than I am (not too difficult to achieve)
would do this more elegantly and more efficient, but I couldn't come up with anything better.
]]


data.endings = {}
data.endings = {}

Navigation menu