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/layouts/TrajectoryPageLayout.astro | |
| parent | e96af5ce5e8dd00cf8a31d4812f416583defa449 (diff) | |
Refactor localization: remove i18n support and update layouts to use static text
Diffstat (limited to 'src/layouts/TrajectoryPageLayout.astro')
| -rw-r--r-- | src/layouts/TrajectoryPageLayout.astro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/layouts/TrajectoryPageLayout.astro b/src/layouts/TrajectoryPageLayout.astro index a5bfb46..9a0bd53 100644 --- a/src/layouts/TrajectoryPageLayout.astro +++ b/src/layouts/TrajectoryPageLayout.astro @@ -1,9 +1,7 @@ --- -import { useTranslations } from "../i18n"; +import t from "../i18n/es.json"; import Layout from "./Layout.astro"; -const t = useTranslations(Astro.currentLocale); - const schema = { "@context": "https://schema.org", "@type": "WebPage", |
