Skip to content

Commit 7bda9f9

Browse files
authored
Merge pull request #11956 from ethereum/translationImportScript
Add and edit scripts for translation imports in NextJS repo
2 parents f810173 + c4ee309 commit 7bda9f9

File tree

3 files changed

+436
-1
lines changed

3 files changed

+436
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"preversion": "bash ./src/scripts/updatePublishDate.sh",
1414
"crowdin-contributors": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/crowdin/getCrowdinContributors.ts",
1515
"storybook": "storybook dev -p 6006",
16-
"build-storybook": "storybook build"
16+
"build-storybook": "storybook build",
17+
"crowdin-clean": "rm -rf .crowdin && mkdir .crowdin",
18+
"crowdin-import": "ts-node src/scripts/crowdin-import.ts",
19+
"markdown-checker": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/markdownChecker.ts"
1720
},
1821
"dependencies": {
1922
"@chakra-ui/next-js": "^2.1.5",

0 commit comments

Comments
 (0)