docs: translated README.md to Spanish#66
Conversation
- Fix broken markdown link in git clone command block (README.es-ES.md) - Add Spanish link to language selectors in README.md and README.pt-BR.md - Bump contributors badge from 3 to 4 across all READMEs - Add f-p-0 to .all-contributorsrc, CONTRIBUTORS.md, and all-contributors tables Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
angeloINTJ
left a comment
There was a problem hiding this comment.
Excellent work on the Spanish translation — really clean and complete! Thank you for taking the time to translate the entire README, this makes SIMUT accessible to a much broader audience. 🎉
I pushed a couple of small fixes to your branch before merging:
-
Broken
git clonelink in the code block (line 182) — Inside a fenced code block, the markdown syntax[text](url)renders literally instead of becoming a link. This breaks the copy-paste flow for users. Replaced it with just the raw URL, matching the originalREADME.md. -
Language selector update — Added the
[Español](README.es-ES.md)link to the language selectors in bothREADME.mdandREADME.pt-BR.mdso visitors can discover the Spanish translation from any language version. -
Contributor recognition — Added you to
.all-contributorsrc,CONTRIBUTORS.md, and the all-contributors tables across all three READMEs. Bumped the badge from 3 to 4. You earned it!
Third community contributor to SIMUT — welcome aboard! 🚀
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
|
Thanks for the warm welcome and catching those minor fixes. I'm glad I could help SIMUT become accessible to more people, and if I find some time later on, I'd be happy to help with some other translations. Best of luck with the project! |
Description
translated README.md to Spanish
Type of Change
Related Issues
Closes issue #50