48,404
edits
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 22: | Line 22: | ||
local default_sort = sort_keys.default | local default_sort = sort_keys.default | ||
local cats = {} | local cats = {} | ||
local prefix = format == "pos" and lang: | local prefix = format == "pos" and lang:getCanonicalName() .. " " or | ||
format == "topic" and lang:getCode() .. ":" or "" | format == "topic" and lang:getCode() .. ":" or "" | ||