|
|
|
|
|
by philsalesses
4279 days ago
|
|
As someone who lives in Shanghai, this is an interesting look at how it works. However, as an expat who can't speak Chinese yet, this website is one of the larger sources of my frustration. Need something simple and don't know where to get it? If you ask anybody, the only answer you ever get is "TaoBao." The issue is the way their page is coded, it's immune to machine translation. Images have critical text that isn't translated and often the page loads elements after translation has finished, leaving just enough Chinese to prevent a foreigner from using the page. I've set aside an hour before to make an account but I could not complete the task. I wonder how much effort it would be to keep their site the way it is, but smooth out the experience just enough to allow machine translation. |
|
LOL! That's exactly the answer I would give you :)
> Images have critical text that isn't translated
This is mostly down to the vendors themselves, who define the text and images that show on the item listing.
> often the page loads elements after translation has finished
Yes, you can't parse a Taobao page before waiting for JavaScript stuff to complete. I believe this is in large part to thwart scraping.
> I wonder how much effort .. to .. smooth out the experience
I'm sure they have the engineering capability to do it. They've built an amazing site (experience, scalability, reliability) and developed some cutting-edge stuff to do it (like tengine). The thing is, why would you make your site easier for robots to parse, thereby increasing your costs and polluting the data you use for analytics?