Yuki Takei hace 3 años
padre
commit
c68b588d70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/next-i18next.config.js

+ 1 - 1
packages/app/next-i18next.config.js

@@ -11,5 +11,5 @@ const i18nextConfigs = {
 
 
 module.exports = {
 module.exports = {
   ...i18nextConfigs,
   ...i18nextConfigs,
-  allLocales: [i18nextConfigs.defaultLocale].concat(i18nextConfigs.locales),
+  allLocales: [i18nextConfigs.i18n.defaultLocale].concat(i18nextConfigs.i18n.locales),
 };
 };