el.xwx.moe/next-i18next.config.js

8 lines
132 B
JavaScript
Raw Normal View History

2024-05-27 16:42:29 -05:00
/** @type {import('next-i18next').UserConfig} */
module.exports = {
i18n: {
defaultLocale: "en",
2024-05-28 16:16:27 -05:00
locales: ["en"],
2024-05-27 16:42:29 -05:00
},
};