Skip to content

Commit 6a8f3f9

Browse files
hakimLyonNDOY3M4N
authored andcommitted
change next-tanslate to next-translate-plugi
1 parent a73d497 commit 6a8f3f9

File tree

4 files changed

+34
-14
lines changed

4 files changed

+34
-14
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
legacy-peer-deps=true
2+
registry=https://registry.npmjs.org/

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const nextTranslate = require('next-translate');
1+
const nextTranslate = require('next-translate-plugin');
22
/** @type {import('next').NextConfig} */
33
const nextConfig = {
44
reactStrictMode: true,

package-lock.json

+30-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"fs-extra": "^11.1.1",
3939
"husky": "^8.0.3",
4040
"lint-staged": "^13.2.0",
41+
"next-translate-plugin": "^2.6.2",
4142
"node-html-parser": "^6.1.11",
4243
"npm-run-all": "^4.1.5",
4344
"postcss": "^8.4.31",

0 commit comments

Comments
 (0)