Skip to content

Commit

Permalink
chore: add en strings for unknown command (#2262)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
shadowspawn and bcoe committed Dec 28, 2022
1 parent 2c144c4 commit 1fd530a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions locales/en.json
Expand Up @@ -33,6 +33,10 @@
"one": "Unknown argument: %s",
"other": "Unknown arguments: %s"
},
"Unknown command: %s": {
"one": "Unknown command: %s",
"other": "Unknown commands: %s"
},
"Invalid values:": "Invalid values:",
"Argument: %s, Given: %s, Choices: %s": "Argument: %s, Given: %s, Choices: %s",
"Argument check failed: %s": "Argument check failed: %s",
Expand Down

0 comments on commit 1fd530a

Please sign in to comment.