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 ea5b4db commit 4730c57Copy full SHA for 4730c57
2 files changed
i18n/locales/en.json
@@ -320,7 +320,11 @@
320
},
321
"run": {
322
"title": "Run",
323
- "locally": "Run locally"
+ "locally": "Run locally",
324
+ "copy_command": "Copy command to run locally"
325
+ },
326
+ "command": {
327
+ "copied": "Command copied"
328
329
"readme": {
330
"title": "Readme",
i18n/schema.json
@@ -966,6 +966,18 @@
966
967
"locally": {
968
"type": "string"
969
970
+ "copy_command": {
971
+ "type": "string"
972
+ }
973
974
+ "additionalProperties": false
975
976
977
+ "type": "object",
978
+ "properties": {
979
+ "copied": {
980
981
}
982
983
"additionalProperties": false
0 commit comments