Module:Luacard2: Difference between revisions

From Archon Arcana - The KeyForge Wiki
Module:Luacard2
(Module:Luacard2)
(Module:Luacard2)
Line 119: Line 119:
if(frame.args.locale) then
if(frame.args.locale) then
if(not translations[type][frame.args.locale]) then
if(not translations[type][frame.args.locale]) then
return word
end
if(not translations[type][frame.args.locale][mw.ustring.lower(word)]) then
return word
return word
end
end