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
2024-08-09 00:57:17 -04:00

4 lines
No EOL
96 B
JavaScript
Executable file

/** @type {import('astro-i18next').AstroI18nextConfig} */
export default {
locales: ["en"]
}