--- import { getLocaleFromPath, localeLabels, localizedPath, stripLocalePrefix, } from '@/i18n'; import Icon from './icons/Icon.astro'; const currentLocale = getLocaleFromPath(Astro.url.pathname); const currentPath = stripLocalePrefix(Astro.url.pathname); ---