Skip to content

Commit

Permalink
chore: sync with translated-content
Browse files Browse the repository at this point in the history
```
git ls-files 'package.json' 'yarn.lock' '.*' ':!:.github' \
  | xargs -I {} \
    sh -c "cp ../translated-content/{} {} && sed -i '' 's#translated-content#translated-content-de#g' {}"
```
  • Loading branch information
caugner committed Oct 31, 2024
1 parent b30f273 commit 66f2858
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"markdown-it": "^14.1.0",
"markdownlint-cli2": "0.14.0",
"markdownlint-rule-search-replace": "1.2.0",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-from-markdown": "^2.0.2",
"ora": "^8.1.0",
"prettier": "3.3.3",
"unist-util-visit": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,10 @@ markdownlint@0.35.0:
markdown-it "14.1.0"
markdownlint-micromark "0.1.10"

mdast-util-from-markdown@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz#32a6e8f512b416e1f51eb817fc64bd867ebcd9cc"
integrity sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==
mdast-util-from-markdown@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz#4850390ca7cf17413a9b9a0fbefcd1bc0eb4160a"
integrity sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==
dependencies:
"@types/mdast" "^4.0.0"
"@types/unist" "^3.0.0"
Expand Down

0 comments on commit 66f2858

Please sign in to comment.