-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Having a readme for every language is simply unmaintainable - every time a readme is updated, it would need to be updated in every file, whereas I, for instance, don't know all the languages for which README.md
exist in this repo :p.
I see two approaches that could be taken here:
- keep only the English version of the README.md file
- automate translation of the README.md file
The automation could even be accomplished in a GitHub workflow that would send a request to GPT API if README.md was changed and commit the newly created files for other languages.
Nevertheless, is it necessary to have the readmes in any other language than English? There are browser extensions that allow translation of the website content, so I don't think individual users would have a problem with that.
Hence, I suggest to keep only the English version of README.md