Content deleted Content added
Sigh, typo in the field name |
add extra check in check for s and t the same, in case they're null/empty |
||
Line 92:
-- Treat Simplified + Traditional as Chinese if they're the same
if (args["s"] ~= "" and args["s"] == args["t"]) then
args["c"] = args["s"]
args["s"] = ""
args["t"] = ""
|