48,403
edits
No edit summary |
No edit summary |
||
| Line 538: | Line 538: | ||
if tbl then | if tbl then | ||
sortkey = handle_raw_sortkeys(tbl, sortkey, page, lang, lang_cats) | sortkey = handle_raw_sortkeys(tbl, sortkey, page, lang, lang_cats) | ||
end | end | ||
tbl = page.wikitext_langname_cat[canonical] | tbl = page.wikitext_langname_cat[canonical] | ||
if tbl then | if tbl then | ||
handle_raw_sortkeys(tbl, sortkey, page, lang, lang_cats) | handle_raw_sortkeys(tbl, sortkey, page, lang, lang_cats) | ||
end | end | ||
if require(utilities_module).get_current_L2() ~= canonical then | if require(utilities_module).get_current_L2() ~= canonical then | ||
end | end | ||
end | end | ||
| Line 732: | Line 729: | ||
if head.sc:hasNormalizationFixes() == true then | if head.sc:hasNormalizationFixes() == true then | ||
local composed_head = toNFC(head.term) | local composed_head = toNFC(head.term) | ||
end | end | ||