When I try to watch a video on Youtube, I found something interesting.
The view number is cropped. As a "web developer", of course, I want to find out the reason for this mistake. Effortlessly, the reason is ensured that they put the Chinese translation in the view counts and the element overflow the numbers into next line which is hidden because of "overflow: hidden".
When I try to prove my hypothesis, I go to the same website using incognito mode which doesn't contain any locale information so that the video should be shown as an international version.
Therefore, everything is resolved now! I think they don't really test with different kinds of language before deployment (you know, at least Chinese is one of the languages that most people used). Then, I am thinking that why Youtube would make such a small mistake. Thus, I test it with some smaller numbers and they work as below.
That means, if they did test with this feature, they only tested the video with the views less than 100,000. What the heck!?
Anyway, as a web developer, don't make this kind of mistake! And most importantly, test before deployment...... 🙃