Add i18next configuration
This commit is contained in:
parent
618eaa9c86
commit
fe290fcac2
1 changed files with 5 additions and 0 deletions
5
astro-i18next.config.mjs
Normal file
5
astro-i18next.config.mjs
Normal file
|
@ -0,0 +1,5 @@
|
|||
/** @type {import('astro-i18next').AstroI18nextConfig} */
|
||||
export default {
|
||||
defaultLocale: "en",
|
||||
locales: ["en", "jp"],
|
||||
};
|
Reference in a new issue