Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 779d950

Browse files
committed
feat(i18n): added a few more localizable strings
1 parent de3620d commit 779d950

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

locales/en.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,14 @@
1515
"Command failed: %s %s": "Command failed: %s %s",
1616
"Install for %s failed with code %s": "Install for %s failed with code %s",
1717
"%s not found. Trying with npx...": "%s not found. Trying with npx...",
18-
"command not found: %s": "command not found: %s"
19-
}
18+
"command not found: %s": "command not found: %s",
19+
"options": "options",
20+
"command": "command",
21+
"version": "version",
22+
"command-arg": "command-arg",
23+
"command-string": "command-string",
24+
"shell": "shell",
25+
"package": "package",
26+
"npx: installed %s in %ss": "npx: installed %s in %ss",
27+
"Suppress output from npx itself. Subcommands will not be affected.": "Suppress output from npx itself. Subcommands will not be affected."
28+
}

0 commit comments

Comments
 (0)