Content deleted Content added
Function requires strings: try this |
disable as it's not working; try it without as unclear whether it's needed |
||
Line 38:
if (c > "" or (s > "" and s == t)) then -- if simplified and traditional the same they are merged into Chinese.
c = c or s
if (no) then -- handle "links=no"
body = body .. "Chinese: " .. c .. "; "
Line 51:
if (s ~= t) then -- if they are the same should under Chinese
if (s > "") then
if (t > "") then -- only display full name if traditional also appears
name = "simplified Chinese"
Line 65:
end
if (t > "") then
if (s > "") then -- only display full name if simplified also appears
name = "traditional Chinese"
|