10,735
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 145: | Line 145: | ||
if mw.ustring.match(mw.ustring.lower(adj_base), "^( ?a [" .. C .. "])") or mw.ustring.match(adj_base, "^( ag )") then | if mw.ustring.match(mw.ustring.lower(adj_base), "^( ?a [" .. C .. "])") or mw.ustring.match(adj_base, "^( ag )") then | ||
if oblique_pl[case] then | if oblique_pl[case] then | ||
adj_base = mw.ustring.gsub(adj_base, "^ ag ([iíỉIÍỈ])", " | adj_base = mw.ustring.gsub(adj_base, "^( ?)ag ([iíỉIÍỈ])", "%1a’ %2") | ||
adj_base = mw.ustring.gsub(adj_base, "^( ag? | adj_base = mw.ustring.gsub(adj_base, "^( ?)ag? ", "%1ai ") | ||
elseif case == "genpl_short" or "gendu_short" then | elseif case == "genpl_short" or "gendu_short" then | ||
adj_base = mw.ustring.gsub(adj_base, "^( ag? | adj_base = mw.ustring.gsub(adj_base, "^( ?)ag? ", "%1ais ") | ||
end | end | ||
end | end |