Content deleted Content added
1st attempt at rewrite, uploaded for testing |
m typo |
||
Line 79:
-- Treat Simplified + Traditional as Chinese if they're the same
if (args["s"] == args["t"]) then
args["c"] =
args["s"] = nil
args["t"] = nil
|