diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-21 22:54:15 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-21 22:54:15 +0200 |
| commit | b4ef1a0d288565f744bf754af456c4f60da99ca7 (patch) | |
| tree | 907c88a2e59370a0b06dbd60aa1cc297b67b004b /src/partials/Footer.astro | |
| parent | e96af5ce5e8dd00cf8a31d4812f416583defa449 (diff) | |
Refactor localization: remove i18n support and update layouts to use static text
Diffstat (limited to 'src/partials/Footer.astro')
| -rw-r--r-- | src/partials/Footer.astro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro index 82e3bb0..c27035d 100644 --- a/src/partials/Footer.astro +++ b/src/partials/Footer.astro @@ -1,7 +1,5 @@ --- -import { useTranslations } from "../i18n"; - -const t = useTranslations(Astro.currentLocale); +import t from "../i18n/es.json"; --- <footer> |
