Allows you to retrieve the locales from your integration config.
1---2import { getLocales } from "i18n:astro"3 4const locales = getLocales()5---