diff options
author | HiDeoo | 2024-06-13 10:11:22 +0000 |
---|---|---|
committer | fredkbot | 2024-06-13 10:11:22 +0000 |
commit | bc61c63d50fd0ee5c0fac6bd116140b3bfc08e7c (patch) | |
tree | edbf816e73ef99272bab9d4f50c1c081f4a2cae5 | |
parent | c2e256a9dede32a3c859ac3fa12606f05c94dfb1 (diff) | |
download | IT.starlight-bc61c63d50fd0ee5c0fac6bd116140b3bfc08e7c.tar.gz IT.starlight-bc61c63d50fd0ee5c0fac6bd116140b3bfc08e7c.tar.bz2 IT.starlight-bc61c63d50fd0ee5c0fac6bd116140b3bfc08e7c.zip |
[ci] format
-rw-r--r-- | docs/src/content/docs/es/guides/i18n.mdx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/content/docs/es/guides/i18n.mdx b/docs/src/content/docs/es/guides/i18n.mdx index 27f7975c..7a03c5d5 100644 --- a/docs/src/content/docs/es/guides/i18n.mdx +++ b/docs/src/content/docs/es/guides/i18n.mdx @@ -287,4 +287,6 @@ El siguiente ejemplo lee el idioma actual y lo utiliza para generar un enlace a --- // src/components/AboutLink.astro --- + <a href={`/${Astro.currentLocale}/about`}>Acerca</a> +``` |