Skip to content

Commit

Permalink
i18n(es): Updating error-reference.mdx (withastro#7904)
Browse files Browse the repository at this point in the history
  • Loading branch information
helmerdavila authored Apr 16, 2024
1 parent 9e42c7d commit cd42dc1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/content/docs/es/reference/error-reference.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
# NOTE: This file is auto-generated from 'scripts/error-docgen.mjs'
# Do not make edits to it directly, they will be overwritten.
# Instead, change this file: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
# Translators, please remove this note and the <DontEditWarning/> component.

title: Referencia de errores
i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
Expand Down Expand Up @@ -68,7 +63,9 @@ La siguiente referencia es una lista completa de los errores que puedes encontra
- [**FailedToFindPageMapSSR**](/es/reference/errors/failed-to-find-page-map-ssr/)<br/>Astro couldn't find the correct page to render
- [**MissingLocale**](/es/reference/errors/missing-locale/)<br/>The provided locale does not exist.
- [**MissingIndexForInternationalization**](/es/reference/errors/missing-index-for-internationalization/)<br/>Index page not found.
- [**IncorrectStrategyForI18n**](/es/reference/errors/incorrect-strategy-for-i18n/)<br/> You can't use the current function with the current strategy
- [**NoPrerenderedRoutesWithDomains**](/es/reference/errors/no-prerendered-routes-with-domains/)<br/>Prerendered routes aren't supported when internationalization domains are enabled.
- [**MissingMiddlewareForInternationalization**](/es/reference/errors/missing-middleware-for-internationalization/)<br/>Enabled manual internationalization routing without having a middleware.
- [**CantRenderPage**](/es/reference/errors/cant-render-page/)<br/>Astro can't render the route.
- [**UnhandledRejection**](/es/reference/errors/unhandled-rejection/)<br/>Unhandled rejection
- [**i18nNotEnabled**](/es/reference/errors/i18n-not-enabled/)<br/>i18n Not Enabled
Expand Down

0 comments on commit cd42dc1

Please sign in to comment.