Skip to content

i18n(es): Update /guides/integrations-guide/netlify.mdx #11998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

angelmarfil
Copy link
Contributor

Description (required)

Updates the Spanish translation of the @astrojs/netlify adapter documentation to match the latest English version.

Related issues & labels (optional)

  • Closes #
  • Suggested label: i18n

Copy link

netlify bot commented Jul 8, 2025

Deploy Preview for astro-docs-2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 3b45d09
🔍 Latest deploy log https://app.netlify.com/projects/astro-docs-2/deploys/68911f64b796b60008e4bab1
😎 Deploy Preview https://deploy-preview-11998--astro-docs-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the i18n Anything to do with internationalization & translation efforts - ask @YanThomas for help! label Jul 8, 2025
@astrobot-houston
Copy link
Contributor

astrobot-houston commented Jul 8, 2025

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
es/guides/integrations-guide/netlify.mdx Localization changed, will be marked as complete. 🔄️
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.


La [API de Sesiones](/es/guides/sessions/) de Astro te permite almacenar fácilmente datos de usuario entre solicitudes. Esto puede ser usado para cosas como datos de usuario y preferencias, carritos de compras, y credenciales de autenticación. A diferencia del almacenamiento de cookies, no hay límites de tamaño en los datos, y puede ser restaurado en diferentes dispositivos.

Astro automáticamente configura [Netlify Blobs](https://docs.netlify.com/blobs/overview/) para almacenamiento de sesiones cuando usa el adaptador de Netlify. Si prefieres usar un controlador de almacenamiento de sesiones diferente, puedes especificarlo en tu configuración de Astro. Ve [la referencia de configuración de `session`](/es/reference/configuration-reference/#sessiondriver) para más detalles.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So that the error doesn’t show up and it can be merged, then, in a following PR, it can be fixed. You can leave it as a TODO for now.

Suggested change
Astro automáticamente configura [Netlify Blobs](https://docs.netlify.com/blobs/overview/) para almacenamiento de sesiones cuando usa el adaptador de Netlify. Si prefieres usar un controlador de almacenamiento de sesiones diferente, puedes especificarlo en tu configuración de Astro. Ve [la referencia de configuración de `session`](/es/reference/configuration-reference/#sessiondriver) para más detalles.
Astro automáticamente configura [Netlify Blobs](https://docs.netlify.com/blobs/overview/) para almacenamiento de sesiones cuando usa el adaptador de Netlify. Si prefieres usar un controlador de almacenamiento de sesiones diferente, puedes especificarlo en tu configuración de Astro. Ve [la referencia de configuración de `session`](/en/reference/configuration-reference/#sessiondriver) para más detalles.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing the link to en will create another error! The alternatives are to either translate that linked section or remove the link from the translation and add a TODO comment for someone to add it back when the linked page is translated.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure? That part will still exist, although of course it will link to the English page and lose the fact that it’s in Spanish, so removing it and adding the TODO is also the most logical thing to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n Anything to do with internationalization & translation efforts - ask @YanThomas for help!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants