[i18n] Spanish translation — AI Agents section#1178
Open
xam-dev-ux wants to merge 1 commit intobase:masterfrom
Open
[i18n] Spanish translation — AI Agents section#1178xam-dev-ux wants to merge 1 commit intobase:masterfrom
xam-dev-ux wants to merge 1 commit intobase:masterfrom
Conversation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Collaborator
🟡 Heimdall Review Status
|
Author
🌐 Preview en MintlifyLa traducción al español también está disponible para preview en Mintlify, siguiendo el mismo modelo que la traducción al coreano: Live preview: https://personal-a1d07eb0.mintlify.app/ai-agents Esto permite que la comunidad hispanohablante pueda explorar la documentación traducida inmediatamente mientras se revisa la integración al sitio oficial. Repository: http://github.com/xam-dev-ux/base-docs-es |
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.
Motivation
Base Korea (@daehan_base) published a full Korean translation of the AI Agents docs, driven by community feedback that the lack of Korean docs was a barrier to getting started with agent development.
In response, @eric.base.eth (Lead DevRel at Base) publicly said:
This PR does the same for Spanish, following that same call to action.
Spanish is the second most spoken language in the world by native speakers, with a large and growing developer community across Latin America and Spain. The same barrier that existed for Korean developers exists for Spanish-speaking developers today.
What this PR does
Adds a Spanish translation of the entire AI Agents section under
docs/es/ai-agents/, mirroring the existing English file structure exactly.Files added
docs/es/ai-agents/index.mdxdocs/es/ai-agents/core-concepts/agent-frameworks.mdxdocs/es/ai-agents/core-concepts/wallets.mdxdocs/es/ai-agents/core-concepts/payments-and-transactions.mdxdocs/es/ai-agents/core-concepts/identity-verification-auth.mdxdocs/es/ai-agents/core-concepts/agent-apps.mdxWhy docs.json is not modified
The current
docs.jsonuses a flattabsarray with nolanguageskey. Enabling Mintlify i18n requires replacingtabswith alanguagesstructure that duplicates the entire navigation for each locale — a change that affects the whole site, not just AI Agents.This PR intentionally scopes to content only and leaves the navigation decision to the Base team. If you want to activate the language switcher, the next step would be restructuring
docs.jsonfollowing:https://www.mintlify.com/docs/guides/internationalization
Translation approach