feat(i18n): add Stellar quickstart EN/ES + language switcher - #98
Merged
truthixify merged 1 commit intoJul 27, 2026
Conversation
- Add guides/stellar-quickstart.mdx — 10-step flagship quickstart for Stellar: install, create agent, fund via Friendbot, send stealth payment, scan, withdraw, reconnect; fee table and error table included - Add guides/stellar-quickstart.es.mdx — full Spanish translation, prose and UI strings translated, code blocks unchanged - Add <Card> language switcher at top of each page (EN ↔ ES) - Update docs.json nav: both pages added to Guides group; fix pre- existing bug (stellar-payment-links 3×, duplicate cross-group entries) - Add docs/i18n.md — bilingual contributor guide: file naming convention, switcher pattern, translation workflow, reviewer checklist, how to add new locales
|
@obafemimathew01-hue Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
In. Bilingual quickstart is exactly the kind of accessibility work that unlocks more contributors. |
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.
Add Stellar quickstart (EN + ES) and i18n contributor workflow
Proof-of-concept for doc site internationalization, targeting Spanish-speaking contributors —
the largest non-EN cohort per Discord and application data.
What's in this PR
path in 10 steps: install, initialize the client, generate a keypair, create an agent, fund via
Friendbot, check balance, send a stealth payment, scan for incoming payments, withdraw, and
reconnect to an existing agent. Includes a fee reference table and error reference table.
headings, callouts, table content, and card titles translated. Code blocks left in English
(intentional — they're universal and documented as such in the workflow guide).
Mintlify has no native i18n, so this is zero-config and survives upgrades. Scales to a
when a third locale is added.
naming convention, language switcher pattern, docs.json nav updates, what to translate vs. keep
in English, native-speaker reviewer checklist, how to handle outdated translations, and how to
add new locales.
stellar-payment-links appeared three times in Operations and
privacy-best-practices/spectre-stellar-cookbook were duplicated across groups.
Testing
npm run check:snippets passes — 39 MDX files, 441 snippets checked, 0 errors.
Reviewer ask
This PR needs a native Spanish speaker to sign off on the translation before merge. The
reviewer checklist is in docs/i18n.md but the short version: natural phrasing, correct
Stellar/Soroban ecosystem terminology, no accidentally untranslated prose, switcher links
correct.
closes #92