Module:Lang: Difference between revisions

Jump to navigation Jump to search
Sur (talk | contribs)
m _get_string calling get_string
Sur (talk | contribs)
m format of p._get_string
Line 52: Line 52:


-- get_string, but for internal use by the module
-- get_string, but for internal use by the module
function p._get_string(key)
p._get_string = function(key)
return p.get_string(key)
return p.get_string(key)
end
end