Module:Lang: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m fallback param added to get_string |
m bugfix with call to remove_var |
||
| Line 73: | Line 73: | ||
-- Apply remove_var | -- Apply remove_var | ||
if (remove_var_index ~= nil) then | if (remove_var_index ~= nil) then | ||
label = util_module.remove_var(remove_var_index) | label = util_module.remove_var(label, remove_var_index) | ||
end | end | ||