Skip to content

getLocales

Allows you to retrieve the locales from your integration config.

1
---
2
import { getLocales } from "i18n:astro"
3
4
const locales = getLocales()
5
---