-
Notifications
You must be signed in to change notification settings - Fork 5
Update README to document --lang CLI option #60
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Update README to document --lang CLI option
Description
The CLI now supports a --lang <code> option for both run and analyze commands, allowing users to receive error explanations in different languages.
The README should be updated to include:
- Usage examples for
runandanalyzewith--lang - Default behavior when
--langis not specified (English) - Supported languages and their codes:
en,hi,es,fr,de,zh,ja,pt
Added the lang select option in 7 languages using lingo.dev added a f… #56
v1.1.0 #59
Examples
# Run a file in Hindi
errlens run app.js --lang hi
# Analyze an error string in Spanish
errlens analyze "Cannot read properties of undefined" --lang es
---
#Goal
Help users understand and utilize the multilingual feature effectively.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed