Content deleted Content added
Testing |
Testing |
||
Line 200:
-- Now is common to find given names of just one character.
if(string.len(name) <= 3) then
if(string.find(name, ".") == nil) then
return "zh"
else
return "en..name"
end
end
|