Module:Lang: Difference between revisionsGive feedback
Added checks for nil lang override, in the case the argument is not used |
Return empty string if key not found |
||
| Line 28: | Line 28: | ||
local label = data[key] | local label = data[key] | ||
if (label == nil) then | if (label == nil) then | ||
return | return '' | ||
end | end | ||