Module:HeroData: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) added hero tag function |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 691: | Line 691: | ||
-- Call Lang.get_string | -- Call Lang.get_string | ||
local result = | local result = lang_module.get_string(key) | ||
return result or ("[Missing string for key: " .. key .. "]") | return result or ("[Missing string for key: " .. key .. "]") | ||