Allows you to retrieve the current locale.
1---2import { getLocale } from "i18n:astro"3 4const locale = getLocale()5---