From 3410b56db1d93eb9dae99fcd4aaa4347f59ebe6b Mon Sep 17 00:00:00 2001 From: Ang Date: Tue, 7 Oct 2025 19:01:09 +0800 Subject: [PATCH] Add LangLint - automated translation tool for code comments and docstrings --- data/tools/langlint.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/tools/langlint.yml diff --git a/data/tools/langlint.yml b/data/tools/langlint.yml new file mode 100644 index 000000000..2dc3a3c47 --- /dev/null +++ b/data/tools/langlint.yml @@ -0,0 +1,24 @@ +name: LangLint +categories: + - linter +tags: + - python + - javascript + - typescript + - go + - rust + - java + - cpp + - markdown + - json + - yaml + - translation +license: MIT License +types: + - cli +source: 'https://github.com/HzaCode/Langlint' +homepage: 'https://github.com/HzaCode/Langlint' +description: >- + Automated translation platform for code comments and docstrings across 20+ file types. + Eliminates language barriers in international software collaboration. Supports 100+ language pairs with syntax protection. + Integrates into CI/CD pipelines like Ruff. 10-20x faster with concurrent processing.