From 98e32f0b20e9cdca334f77d6dda0d8695cb0bb39 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Tue, 21 Nov 2023 11:36:24 +0000 Subject: [PATCH] update translate version --- next.config.js | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index df13c885..0dd67f77 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ // next.config.js //const withStyles = require("@webdeb/next-styles"); //const { nextI18NextRewrites } = require("next-i18next/rewrites"); -const nextTranslate = require("next-translate"); +const nextTranslate = require("next-translate-plugin"); // module.exports = withStyles({ // sass: true, // use .scss files diff --git a/package.json b/package.json index 6da3a79a..4ec2a1fb 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,7 @@ "eslint": "^8.6.0", "eslint-config-next": "^14.0.1", "eslint-plugin-jsdoc": "^40.0.1", + "next-translate-plugin": "^2.6.2", "prisma": "^5.0.0" } }