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