el.xwx.moe/next-i18next.config.js
2024-05-28 17:16:27 -04:00

8 lines
132 B
JavaScript

/** @type {import('next-i18next').UserConfig} */
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en"],
},
};