1
Fork 0
This repository has been archived on 2025-04-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Frontend-Project/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"]
}