Skip to content

Commit 09f31aa

Browse files
authored
Add LangLint - automated translation tool for code comments and docstrings (#1713)
1 parent 99cb1ca commit 09f31aa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

data/tools/langlint.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: LangLint
2+
categories:
3+
- linter
4+
tags:
5+
- python
6+
- javascript
7+
- typescript
8+
- go
9+
- rust
10+
- java
11+
- cpp
12+
- markdown
13+
- json
14+
- yaml
15+
- translation
16+
license: MIT License
17+
types:
18+
- cli
19+
source: 'https://github.com/HzaCode/Langlint'
20+
homepage: 'https://github.com/HzaCode/Langlint'
21+
description: >-
22+
Automated translation platform for code comments and docstrings across 20+ file types.
23+
Eliminates language barriers in international software collaboration. Supports 100+ language pairs with syntax protection.
24+
Integrates into CI/CD pipelines like Ruff. 10-20x faster with concurrent processing.

0 commit comments

Comments
 (0)