We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6764d commit f36bf5eCopy full SHA for f36bf5e
apps/docs/package.json
@@ -8,7 +8,7 @@
8
"dev": "next dev --turbo",
9
"start": "next start",
10
"postinstall": "fumadocs-mdx",
11
- "translate": "npx @next-i18n/translate",
+ "translate": "node ../../packages/translate/dist/index.js",
12
"check-types": "tsc --noEmit"
13
},
14
"dependencies": {
0 commit comments