Skip to content

Commit b87aad9

Browse files
authored
Merge pull request #64 from BeyteFlow/readme
Remove multilingual support details from README
2 parents 1a8e0ff + 567a9ca commit b87aad9

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ Exit codes (useful for CI):
174174

175175
This follows Unix conventions where `0` means success and non-zero means failure. If you prefer success-on-detection in CI, invert the check in your pipeline logic (for example, treat exit code `1` from `analyze <errorString>` as a pass condition).
176176

177-
---
178177
---
179178

180179
### 4️⃣ Multilingual Support
@@ -209,43 +208,6 @@ errlens run app.js --lang ja
209208
> 💡 **Tip:** Combine with `--json` for multilingual CI/CD pipeline output:
210209
> ```bash
211210
> errlens analyze "is not a function" --lang fr --json
212-
---
213-
---
214-
215-
### 4️⃣ Multilingual Support
216-
217-
ErrLens supports error explanations in multiple languages using the `--lang` flag.
218-
219-
**Default behavior:** English (`en`) is used when `--lang` is not specified.
220-
```bash
221-
# Run a file and get explanation in Hindi
222-
errlens run app.js --lang hi
223-
224-
# Analyze an error string in Spanish
225-
errlens analyze "Cannot read properties of undefined" --lang es
226-
227-
# Run a file and get explanation in Japanese
228-
errlens run app.js --lang ja
229-
```
230-
231-
#### 🌍 Supported Languages
232-
233-
| Language | Code |
234-
|------------|------|
235-
| English | `en` |
236-
| Hindi | `hi` |
237-
| Spanish | `es` |
238-
| French | `fr` |
239-
| German | `de` |
240-
| Chinese | `zh` |
241-
| Japanese | `ja` |
242-
| Portuguese | `pt` |
243-
244-
> 💡 **Tip:** Combine with `--json` for multilingual CI/CD pipeline output:
245-
> ```bash
246-
> errlens analyze "is not a function" --lang fr --json
247-
> ```
248-
249211
---
250212
251213
## 🧠 System Architecture

0 commit comments

Comments
 (0)