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