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