Conversation
WalkthroughThis pull request updates several Spanish documentation files. The changes primarily replace inline URLs with reference-style links, add corresponding reference declarations, update the translation resource from Weblate to Crowdin, adjust formatting details, and clarify prerequisites such as the required Node.js version. These modifications are purely textual and improve consistency and maintainability in the documentation. Changes
Suggested labels
Suggested reviewers
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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: 0
🧹 Nitpick comments (3)
src/content/docs/es/how-it-works/cli.mdx (1)
212-212: Consider Consistent Capitalization in Link Text
In the ReadMore component, the link text "[documentación de Variables de Entorno]" uses capital letters for “Variables” and “Entorno.” Ensure that this styling is consistent with the rest of the documentation. If your style guide prefers a different casing, consider updating accordingly.🧰 Tools
🪛 LanguageTool
[typographical] ~212-~212: Mayúsculas y minúsculas recomendadas.
Context: ... entorno, consulta la [documentación de Variables de Entorno][environment-variables].</Re...(AI_ES_GGEC_REPLACEMENT_CASING_UPPERCASE)
src/content/docs/es/start-here/getting-started.mdx (2)
71-71: Potential Redundancy in ReadMore Sections
There are two separate ReadMore blocks linking to[db-url-token]. Verify whether both instances are necessary or if consolidating the information might improve clarity and avoid potential redundancy.
310-310: Consider a Spanish Alternative for “Plugins”
The term “plugins” is used in the line referencing the [Catálogo de Paquetes]. Depending on the target audience and the project’s style guidelines, consider using a Spanish alternative like “complementos” to enhance the localization.🧰 Tools
🪛 LanguageTool
[style] ~310-~310: Considere alternativas para este anglicismo (recomendable sobre todo en contextos más formales).
Context: ...a construido, puedes consultar nuestros plugins en el [Catálogo de Paquetes][package-ca...(ES_SIMPLE_REPLACE_ANGLICISM_PREMIUM_PLUGINS)
[misspelling] ~310-~310: El pronombre personal «él» lleva tilde.
Context: ...o, puedes consultar nuestros plugins en el [Catálogo de Paquetes][package-catalog]...(EL_TILDE)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
src/content/docs/es/contributing/code-contributions.mdx(1 hunks)src/content/docs/es/contributing/translations.mdx(1 hunks)src/content/docs/es/how-it-works/cli.mdx(1 hunks)src/content/docs/es/how-it-works/index.mdx(1 hunks)src/content/docs/es/start-here/getting-started.mdx(7 hunks)
🧰 Additional context used
🪛 LanguageTool
src/content/docs/es/start-here/getting-started.mdx
[style] ~310-~310: Considere alternativas para este anglicismo (recomendable sobre todo en contextos más formales).
Context: ...a construido, puedes consultar nuestros plugins en el [Catálogo de Paquetes][package-ca...
(ES_SIMPLE_REPLACE_ANGLICISM_PREMIUM_PLUGINS)
[misspelling] ~310-~310: El pronombre personal «él» lleva tilde.
Context: ...o, puedes consultar nuestros plugins en el [Catálogo de Paquetes][package-catalog]...
(EL_TILDE)
src/content/docs/es/how-it-works/cli.mdx
[typographical] ~212-~212: Mayúsculas y minúsculas recomendadas.
Context: ... entorno, consulta la [documentación de Variables de Entorno][environment-variables].</Re...
(AI_ES_GGEC_REPLACEMENT_CASING_UPPERCASE)
🔇 Additional comments (7)
src/content/docs/es/how-it-works/index.mdx (1)
134-134: Minor Formatting Adjustment in the Renderer Endpoint Description
The newline removed at the end of the/studiocms_api/renderer/renderendpoint description is a purely cosmetic change that helps tighten the Markdown formatting. Please double-check that this change does not affect readability in any Markdown renderers used by the project.src/content/docs/es/contributing/translations.mdx (1)
20-20: Updated Translation Status Badge Link
The image source for the translation status badge has been updated to point to the Crowdin resource. This change clearly reflects the switch from the old translation management platform to Crowdin and improves consistency in branding.src/content/docs/es/contributing/code-contributions.mdx (1)
60-63: Refactored Contributor Link Format
Converting the direct URL to a reference-style link for the contributors list improves maintainability and consistency across the documentation. Please verify that the reference[contributors]correctly resolves to/es/contributing/getting-started/#nuestros-contribuyentes.src/content/docs/es/how-it-works/cli.mdx (1)
212-217: Standardized Environment Variables Link
Replacing the inline URL with a reference-style link for the environment variables documentation enhances maintainability. The newly added reference[environment-variables](along with[templates]) should be verified for correctness and consistency with similar links in other files.🧰 Tools
🪛 LanguageTool
[typographical] ~212-~212: Mayúsculas y minúsculas recomendadas.
Context: ... entorno, consulta la [documentación de Variables de Entorno][environment-variables].</Re...(AI_ES_GGEC_REPLACEMENT_CASING_UPPERCASE)
src/content/docs/es/start-here/getting-started.mdx (3)
19-22: Clarification on Prerequisites
The updated prerequisites now clearly specify the required Node.js version supported by Astro and note that Bun and Deno are not compatible. This clarification helps set proper expectations for new users.
30-30: Consistent Reference for Database Credentials
The ReadMore block that directs users to "[URL de la base de datos y token para@astrojs/db][db-url-token]" replaces a direct URL with a reference link. This approach improves consistency and centralizes link management.
358-365: Introduction of Reference Links for Enhanced Maintainability
The addition of multiple reference links—such as[package-catalog],[environment-variables],[config-reference],[db-url-token],[encryption-key],[oauth-environment-variables], and[auth-config-ref]—significantly improves the document’s maintainability by centralizing link targets. Please confirm that each reference correctly points to its intended destination.
Description
adds more updated files from spanish docs
Summary by CodeRabbit