Module:Lang: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Changed the logic of looking up text display. Now it searches the Data:Dictionary first and return to the KEYBIND section if result is not found in the Dictionary |
Gammaton32 (talk | contribs) removed duplicate code |
||
| Line 211: | Line 211: | ||
-- strip bold markup before dictionary lookup | -- strip bold markup before dictionary lookup | ||
local raw = replacement:gsub("^'''", ""):gsub("'''$", "") | local raw = replacement:gsub("^'''", ""):gsub("'''$", "") | ||