1
Fork 0

Add i18next configuration

This commit is contained in:
Korbs 2024-06-21 05:17:01 -04:00
parent 618eaa9c86
commit fe290fcac2

5
astro-i18next.config.mjs Normal file
View file

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