diff options
author | Waxer59 | 2023-06-22 15:13:16 +0200 |
---|---|---|
committer | GitHub | 2023-06-22 15:13:16 +0200 |
commit | f1bcbebeb441b6bb9ed6a1ab2414791e9d5de6ef (patch) | |
tree | dc265ec15bfce8441c80108807f6200909f16e55 | |
parent | af809913ae9731b128eec21be0e94cae46a2a4d3 (diff) | |
download | IT.starlight-f1bcbebeb441b6bb9ed6a1ab2414791e9d5de6ef.tar.gz IT.starlight-f1bcbebeb441b6bb9ed6a1ab2414791e9d5de6ef.tar.bz2 IT.starlight-f1bcbebeb441b6bb9ed6a1ab2414791e9d5de6ef.zip |
Updated `es.json` (#244)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | .changeset/strong-grapes-occur.md | 5 | ||||
-rw-r--r-- | packages/starlight/translations/es.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/strong-grapes-occur.md b/.changeset/strong-grapes-occur.md new file mode 100644 index 00000000..bf50bbd0 --- /dev/null +++ b/.changeset/strong-grapes-occur.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Add Spanish translation for `search.devWarning` diff --git a/packages/starlight/translations/es.json b/packages/starlight/translations/es.json index 3206f58e..e03ae58d 100644 --- a/packages/starlight/translations/es.json +++ b/packages/starlight/translations/es.json @@ -3,7 +3,7 @@ "search.label": "Buscar", "search.shortcutLabel": "(Presiona / para buscar)", "search.cancelLabel": "Interrumpir", - "search.devWarning": "Search is only available in production builds. \nTry building and previewing the site to test it out locally.", + "search.devWarning": "La búsqueda solo está disponible en las versiones de producción. \nIntenta construir y previsualizar el sitio para probarlo localmente.", "themeSelect.accessibleLabel": "Seleccionar tema", "themeSelect.dark": "Oscuro", "themeSelect.light": "Claro", |