10,731
edits
No edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 191: | Line 191: | ||
gloss = args["t"], | gloss = args["t"], | ||
pos = args["pos"], | pos = args["pos"], | ||
nobold = true, | |||
} | } | ||
if not args["nocat"] then categories = export.hydrate_categories(data["categories"], language) end | if not args["nocat"] then categories = export.hydrate_categories(data["categories"], language) end | ||
Line 209: | Line 210: | ||
pos = args["pos"], | pos = args["pos"], | ||
showlanguage = true, | showlanguage = true, | ||
nobold = true, | |||
} | } | ||
if not args["nocat"] then categories = export.hydrate_categories(data["categories"], language_to, language_from) end | if not args["nocat"] then categories = export.hydrate_categories(data["categories"], language_to, language_from) end | ||
Line 249: | Line 251: | ||
pos = args["pos"][i], | pos = args["pos"][i], | ||
showlanguage = (language_from and true), | showlanguage = (language_from and true), | ||
nobold = true, | |||
}) | }) | ||
end | end |