45,647
edits
No edit summary |
No edit summary |
||
Line 131: | Line 131: | ||
local function make_cases(data, mode) | local function make_cases(data, mode) | ||
local | local moods, tenses = {}, {} | ||
local ret = {} | local ret = {} | ||
if match(mode, "^finite") then | if match(mode, "^finite") then | ||
moods = {{"ind", "indicative"}, {"sub", "subjunctive"}, {"imp", "imperative"}} | |||
moods = {{"ind", "indicative"}, {"sub", "subjunctive"}, {"imp", "imperative | |||
tenses = {{"prs", "present"}, {"aor", "aorist"}, {"fut", "future"}, {"imperf", "imperfect"}, | tenses = {{"prs", "present"}, {"aor", "aorist"}, {"fut", "future"}, {"imperf", "imperfect"}, | ||
{"prf", "perfect"}, {"plu", "pluperfect"}, {"hab", "past habitual"}} | {"prf", "perfect"}, {"plu", "pluperfect"}, {"hab", "past habitual"}} |