Module:Lang: Difference between revisions

Sur (talk | contribs)
m search_string now calls _search_string
Sur (talk | contribs)
m _search_string now returns label instead of error if not found in english data
Line 117: Line 117:


if (key == nil) then
if (key == nil) then
return string.format("English label '%s' not found", label)
return label
end
end