Skip to content

Commit

Permalink
fix: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed Apr 21, 2023
1 parent f749850 commit 5021b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions apps/client/next-i18next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
const path = require("path");

module.exports = {
i18n: {
defaultLocale: "en-US",
locales: ["en-US", "pt-BR"],
localePath: path.resolve("./public/locales"),
reloadOnPrerender: process.env.NODE_ENV === "development"
},
react: { useSuspense: false }
Expand Down
5 changes: 0 additions & 5 deletions apps/client/src/middleware.ts

This file was deleted.

0 comments on commit 5021b51

Please sign in to comment.