Module:Lang: Difference between revisions

Jump to navigation Jump to search
Sur (talk | contribs)
m format of p._get_string
Sur (talk | contribs)
m Undo revision 6396 by Sur (talk)
Tag: Undo
Line 52: Line 52:


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