10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
for lang, entry in pairs(args) do | for lang, entry in pairs(args) do | ||
if type(lang) == "string" then | if type(lang) == "string" then | ||
if m_languages.find_by_code(lang) then | if m_languages.find_by_code(lang) and lang ~= nat then | ||
local term, data = m_inline.parse(entry) | local term, data = m_inline.parse(entry) | ||
local cat = "" | local cat = "" |