Module:Lang: Difference between revisionsGive feedback
m _get_string calling get_string |
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 | ||
p._get_string = function(key) | |||
return p.get_string(key) | return p.get_string(key) | ||
end | end | ||