Skip to content

Commit c985f48

Browse files
authored
Merge pull request #11 from ts-graphviz/improve-editor-theme
Support theme switching on editor and improve editor usage message with command key shortcut
2 parents c97231c + 4c42caf commit c985f48

File tree

5 files changed

+150
-1323
lines changed

5 files changed

+150
-1323
lines changed

i18n/ja/code.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,10 @@
538538
"description": "The text for authors with 0 blog post"
539539
},
540540
"editor.usage": {
541-
"message": "でスクリプトを実行します。",
541+
"message": "{command} でスクリプトを実行します。",
542542
"description": "The usage of the editor"
543+
},
544+
"editor.save-command": {
545+
"message": "Command か Control と S キー"
543546
}
544547
}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@docusaurus/preset-classic": "3.6.0",
2626
"@docusaurus/remark-plugin-npm2yarn": "^3.6.0",
2727
"@docusaurus/theme-classic": "^3.6.0",
28+
"@docusaurus/theme-common": "^3.6.0",
2829
"@mdx-js/react": "^3.0.0",
2930
"@monaco-editor/react": "^4.6.0",
3031
"@stackblitz/sdk": "^1.11.0",
@@ -47,6 +48,7 @@
4748
"@docusaurus/tsconfig": "3.6.0",
4849
"@docusaurus/types": "3.6.0",
4950
"@types/node": "^22.9.0",
51+
"@types/react": "^18.3.12",
5052
"raw-loader": "^4.0.2",
5153
"typescript": "~5.6.3",
5254
"utility-types": "^3.11.0"

0 commit comments

Comments
 (0)