Module:head/languages: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 38: Line 38:
for _, v in ipairs(inflection_params) do
for _, v in ipairs(inflection_params) do
local inflection = p[v.param]
local inflection = p[v.param]
if not inflection then
if inflection["maxindex"] < 1 then
inflection = export.attempt_auto_inflection(v, p, term)
inflection = {export.attempt_auto_inflection(v, p, term)}
end
end
if inflection[1] ~= "-" then
if inflection[1] ~= "-" then