--- import { getRelativeLocaleUrl } from "astro:i18n"; import { useTranslations } from "../i18n" const t = useTranslations(Astro.currentLocale); ---
{t.header.home} {t.header.trajectory} {t.header.portfolio} {t.header.blog} {t.header.contact}