Skip to content

Commit 4730c57

Browse files
committed
feat: improve command text
1 parent ea5b4db commit 4730c57

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

i18n/locales/en.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,11 @@
320320
},
321321
"run": {
322322
"title": "Run",
323-
"locally": "Run locally"
323+
"locally": "Run locally",
324+
"copy_command": "Copy command to run locally"
325+
},
326+
"command": {
327+
"copied": "Command copied"
324328
},
325329
"readme": {
326330
"title": "Readme",

i18n/schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,18 @@
966966
},
967967
"locally": {
968968
"type": "string"
969+
},
970+
"copy_command": {
971+
"type": "string"
972+
}
973+
},
974+
"additionalProperties": false
975+
},
976+
"command": {
977+
"type": "object",
978+
"properties": {
979+
"copied": {
980+
"type": "string"
969981
}
970982
},
971983
"additionalProperties": false

0 commit comments

Comments
 (0)