Module:Lang: Difference between revisions

Jump to navigation Jump to search
Added _get_string for use internally
Sur (talk | contribs)
m testing change to internal get_string
Line 35: Line 35:


-- get_string, but for internal use by other modules
-- get_string, but for internal use by other modules
p._get_string = function(key)
function p.get_string(key)
lang_code = get_lang_code()
lang_code = get_lang_code()