i18n(es): update more docs#224
Conversation
Dokploy Preview Deployment
|
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughDocumentation for Spanish StudioCMS plugins was updated: installation pages add dependency notes and wording changes; plugin API docs were rewritten from a property-based plugin object to a hooks-based plugin surface, examples and SDK usage updated, and minimum StudioCMS version bumped to 0.1.0. Changes
Sequence Diagram(s)mermaid Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/content/docs/es/package-catalog/studiocms-plugins/studiocms-markdoc.mdx`:
- Line 26: Update the wording to match sibling docs by changing the phrase "La
configuración debería incluir `@studiocms/markdoc`" to "La configuración de
StudioCMS debería incluir `@studiocms/markdoc`"; locate the exact string in this
file (studiocms-markdoc.mdx) and replace it so it mirrors the phrasing used in
studiocms-mdx.mdx and studiocms-wysiwyg.mdx for consistency.
In `@src/content/docs/es/plugins/extended.mdx`:
- Line 105: ReadMore copy contains the English word "Guide" at the end of the
Spanish sentence; update the ReadMore block text to use the Spanish translation
"Guía" (e.g., change "consulta el [Haciendo complementos
útiles][extended-plugins] Guide" to use "Guía") so the whole sentence is in
Spanish; look for the ReadMore element and the link identifier
[extended-plugins] in the file and replace the trailing "Guide" with "Guía".
In `@src/content/docs/es/plugins/index.mdx`:
- Around line 105-108: The ReadMore component text contains an untranslated
English word "Guide"; update the ReadMore string in this file so the trailing
"Guide" is translated to Spanish (e.g., "Guía") to read "Haciendo complementos
útiles | Guía" or similar; ensure the link reference [extended-plugins] remains
unchanged and that the ReadMore content uses the translated term.
- Line 28: The type definition currently uses the hook name string
'studiocms:astro:config' which mismatches the canonical hook used elsewhere;
update the type key in the declaration to 'studiocms:astro-config' so it matches
examples in index.mdx and extended.mdx and the rest of the docs (replace the
colon form with the hyphen form in the type definition).
Description
Updates more outdated docs in spanish
Summary by CodeRabbit
Documentation
Features
Chores