1
Fork 0
This repository has been archived on 2024-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
MinPluto-Frontend/source/astro-i18next.config.mjs

4 lines
96 B
JavaScript
Raw Normal View History

2024-04-14 22:56:13 -05:00
/** @type {import('astro-i18next').AstroI18nextConfig} */
export default {
2024-08-08 23:57:17 -05:00
locales: ["en"]
2024-04-14 22:56:13 -05:00
}