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

9 lines
232 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-09-12 15:53:12 -05:00
locales: ["en", "it", "fr", "zh", "uk", "pt-BR", "ja"],
2024-05-27 16:42:29 -05:00
},
reloadOnPrerender: process.env.NODE_ENV === "development",
2024-05-27 16:42:29 -05:00
};