2,788
edits
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
local function format_inflections(data) | local function format_inflections(data) | ||
if | if (not data.inflections) and (not data.labels) then return nil end | ||
local out = {} | local out = {} | ||
if data.inflections then | if data.inflections then |