Yuki Takei 3 years ago
parent
commit
c68b588d70
1 changed files with 1 additions and 1 deletions
  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 = {
   ...i18nextConfigs,
-  allLocales: [i18nextConfigs.defaultLocale].concat(i18nextConfigs.locales),
+  allLocales: [i18nextConfigs.i18n.defaultLocale].concat(i18nextConfigs.i18n.locales),
 };