5 lines
No EOL
128 B
JavaScript
5 lines
No EOL
128 B
JavaScript
/** @type {import('astro-i18next').AstroI18nextConfig} */
|
|
export default {
|
|
defaultLocale: "en",
|
|
locales: ["en", "jp"],
|
|
} |