182
edits
(Created page with "local m_utilities = require("Module:utilities") local m_links = require("Module:links") local export = {} --local lang = require("Module:languages").getByCode("") lo...") |
mNo edit summary |
||
Line 303: | Line 303: | ||
data.forms["acc_sg"] = {args[1] .. "om"} | data.forms["acc_sg"] = {args[1] .. "om"} | ||
data.forms["gen_sg"] = {args[1] .. "osjo"} | data.forms["gen_sg"] = {args[1] .. "osjo"} | ||
data.forms["dat_sg"] = { | data.forms["dat_sg"] = {args[1] .. "ō"} | ||
data.forms["com_sg"] = { | data.forms["com_sg"] = {args[1] .. "ō"} | ||
if not args.nopl then | if not args.nopl then |
edits