Module:category tree/poscatboiler: Difference between revisions
allow etym langs as specified lang for categories like Category:Hazaragi reference templates |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 280: | Line 280: | ||
end | end | ||
end | end | ||
if | if not self._lang then | ||
-- Check family-specific labels for umbrella handler. | -- Check family-specific labels for umbrella handler. | ||
local families_with_modules = require(family_specific_module) | local families_with_modules = require(family_specific_module) | ||
| Line 947: | Line 947: | ||
return nil | return nil | ||
end | end | ||
local appendix = make_title(100, lang:getCanonicalName() .. " " .. label) | --local appendix = make_title(100, lang:getCanonicalName() .. " " .. label) | ||
return appendix.exists and appendix.fullText or nil | return nil --appendix.exists and appendix.fullText or nil | ||
end | end | ||