-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
base: main
Are you sure you want to change the base?
i18n(es): Update /guides/integrations-guide/netlify.mdx
#11998
Conversation
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
|
|
||
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. |
There was a problem hiding this comment.
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.
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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Co-authored-by: Sebastian Beltran <[email protected]>
Description (required)
Updates the Spanish translation of the
@astrojs/netlify
adapter documentation to match the latest English version.Related issues & labels (optional)
i18n