Korbs/Contour
Archived
Template
1
Fork 0
This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/astro-i18next.config.mjs
Korbs 2bf0a5b5ea 🚀 Init
2024-09-05 00:39:25 -04:00

5 lines
No EOL
128 B
JavaScript
Executable file

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