Closed
Description
Non-english docs are very incomplete/outdated in this repo, and I question whether it wouldn't be better to only offer english docs, because those are the only ones guaranteed to be accurate and complete. It is a hindrance for contribution if someone needs to update a doc in a language they don't speak.
$ find docs -iname '*.en-us.md' | wc -l
107
$ find docs -iname '*.zh-cn.md' | wc -l
101
$ find docs -iname '*.zh-tw.md' | wc -l
32
$ find docs -iname '*.fr-fr.md' | wc -l
12
$ find docs -iname '*.de-de.md' | wc -l
4
Certain languages like de-de can be machine-translated very well. I think if we want multi-language docs, this would be a better option.