--- import type { Props } from '@astrojs/starlight/props'; const {lang, locale} = Astro.props; const shortLang = lang.split('-')[0]; ---