Skip to content
This integration is unmaintained due to lack of time. It should mostly work but do not expect fixes or new features.

getLocales

Allows you to retrieve the locales from your integration config.

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