I acknowledge that I might be biased, having a pretty good grasp on the English language, but this is my opinion on this initiative:
As a non-native programmer (Russian is native to me), I find it strange that people would ever prefer translated output. I guess it’s better than nothing. But, in my opinion, English has been a soft requirement for most programming jobs for quite a while now.
This is because, in my experience, you’re literally crippled as a programmer until you learn some English. Suppose the compiler and the standard library docs are translated into your native language; that does sometimes happen for very widely used languages. But StackOverflow is not translated into different languages. Third-party library docs are not translated into different languages. If you search for an error or a problem, you are 1000 times more likely to find a relevant result in English rather than your own language. Translations, even if they do exist, can’t be trusted to be up-to-date. News tends not to be translated. Third-party programming books, like Programming Rust, are unlikely to get a translation into your language. Etc, etc.
So my (very rough) estimation would be that a complete translation of the compiler and the standard library docs into your native language would make a developer who doesn’t know English a 50% developer rather than a 30% developer. Don’t get me wrong, that’s still super useful. But I’ve got to ask if it’s worth it, pardon my callousness. First of all, it definitely, in my honest opinion, wouldn’t be worth it if it inconveniences people who do know English, even if it’s not their native language. Second of all, is making people a little bit less ineffective worth the enormous effort that this would take? I’d rather they just have some more incentive to learn English. It would eliminate this disadvantage entirely and let them be a more integral part of the overall language ecosystem. Granted, I don’t know how many people like that there are; every programmer I’ve ever dealt with has had some knowledge of English, but that’s selection bias since most companies in my area consider English skill very strongly when hiring. But my guess would be that the percentage is not that significant?
Everybody is free to spend their effort where they want, of course, but I think that if anybody is hesitating, it would be better to put their effort into something else.
Edit:
After rereading what I’ve written, I might have come off a little too pessimistic. So let me clarify that translating the Book and the websites I can definitely get behind; it makes a lot of sense to make these as understandable as possible for people who have some grasp of English, but understandably would understand it easier and quicker in their own native language. But I’m highly skeptical of translating the compiler messages. These tend to be formulaic and easily googlable and easy enough to understand even if you know very little English. And I don’t think there are many people in programming who have no English skill at all.