Module:mg-noun: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:


local function detect_decl(word)
local function detect_decl(word)
local last = sub(word, 1, -2)
local last = sub(word, -1, -1)
if word:match("[aeor]$") then
if word:match("[aeor]$") then