docs: add Spanish README - #1
Open
webbrain-one wants to merge 1 commit into
Open
Conversation
PR Summary by QodoAdd Spanish README translation (es-ES)
AI Description
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
1. Unlinked Spanish README
|
Comment on lines
+3
to
+6
| # codestory | ||
| Crea mensajes de commit y PR claros y concisos con facilidad. | ||
|
|
||
| ## ¡Esto es lo que soluciona!! |
There was a problem hiding this comment.
1. Unlinked spanish readme 🐞 Bug ⚙ Maintainability
The PR adds README.es-ES.md but README.md does not link to it, so readers landing on the default README have no obvious way to discover the Spanish version. This makes the relationship between the two documents unclear and reduces documentation discoverability.
Agent Prompt
## Issue description
A Spanish README is added, but the primary `README.md` does not provide a link to it, so users viewing the default README won’t easily find the translation.
## Issue Context
`README.es-ES.md` mirrors the existing `README.md` content in Spanish, but there is no navigation between the two.
## Fix Focus Areas
- README.md[1-6]
- README.es-ES.md[1-8]
## Suggested change
- Add a small language switcher near the top of `README.md`, e.g. `English | [Español](README.es-ES.md)`.
- Optionally add the reciprocal link at the top of `README.es-ES.md`, e.g. `[English](README.md) | Español`.
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds README.es-ES.md alongside the original documentation.