el.xwx.moe/next-i18next.config.js
Jaidyn Ann c72f3d55d9
Preferu Esperanton je paĝestigoj
Agordas Esperanton kiel la implicita lingvo de
paĝestigilo, kaj certigas ke specialaj paĝoj
saluta k registriĝa uzu Esperanton.
2025-01-05 10:52:48 -06:00

23 lines
356 B
JavaScript

/** @type {import('next-i18next').UserConfig} */
module.exports = {
i18n: {
defaultLocale: "eo",
locales: [
"eo",
"en",
"it",
"fr",
"zh",
"zh-TW",
"uk",
"pt-BR",
"ja",
"es",
"de",
"nl",
"tr",
],
},
reloadOnPrerender: process.env.NODE_ENV === "development",
};