Skip to content

Commit 3238880

Browse files
maxprilutskiyclaude
andcommitted
docs: update tool names in readme
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0a5ab9e commit 3238880

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/cli/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<a href="#lingodev-mcp">Lingo React MCP</a> •
1616
<a href="#lingodev-cli">Lingo CLI</a> •
1717
<a href="#lingodev-cicd">Lingo GitHub Action</a> •
18-
<a href="#lingodev-compiler">Compiler (Early alpha)</a>
18+
<a href="#lingodev-compiler">Lingo Compiler for React (Early alpha)</a>
1919
</p>
2020

2121
<p align="center">
@@ -46,12 +46,12 @@
4646

4747
## Quick Start
4848

49-
| Tool | What it does | Quick Command |
50-
| ---------------------------------- | --------------------------------------------------- | ---------------------------------- |
51-
| [**MCP**](#lingodev-mcp) | AI-assisted i18n setup for React apps | Prompt: `Set up i18n` |
52-
| [**CLI**](#lingodev-cli) | Localize JSON, YAML, markdown, CSV, PO files | `npx lingo.dev@latest run` |
53-
| [**CI/CD**](#lingodev-cicd) | Continuous localization in GitHub Actions | `uses: lingodotdev/lingo.dev@main` |
54-
| [**Compiler**](#lingodev-compiler) | Build-time React localization without i18n wrappers | `withLingo()` plugin |
49+
| Tool | What it does | Quick Command |
50+
| -------------------------------------------------- | --------------------------------------------------- | ---------------------------------- |
51+
| [**Lingo React MCP**](#lingodev-mcp) | AI-assisted i18n setup for React apps | Prompt: `Set up i18n` |
52+
| [**Lingo CLI**](#lingodev-cli) | Localize JSON, YAML, markdown, CSV, PO files | `npx lingo.dev@latest run` |
53+
| [**Lingo GitHub Action**](#lingodev-cicd) | Continuous localization in GitHub Actions | `uses: lingodotdev/lingo.dev@main` |
54+
| [**Lingo Compiler for React**](#lingodev-compiler) | Build-time React localization without i18n wrappers | `withLingo()` plugin |
5555

5656
### Localization engines
5757

@@ -102,7 +102,7 @@ Call your localization engine directly from backend code. Synchronous and async
102102
103103
---
104104
105-
### Lingo.dev Compiler
105+
### Lingo Compiler for React (Early alpha)
106106
107107
Build-time React localization without i18n wrappers. Write components with plain English text – the compiler detects translatable strings and generates localized variants at build time. No translation keys, no JSON files, no `t()` functions. Supports Next.js (App Router) and Vite + React.
108108

0 commit comments

Comments
 (0)