|
15 | 15 | <a href="#lingodev-mcp">Lingo React MCP</a> • |
16 | 16 | <a href="#lingodev-cli">Lingo CLI</a> • |
17 | 17 | <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> |
19 | 19 | </p> |
20 | 20 |
|
21 | 21 | <p align="center"> |
|
46 | 46 |
|
47 | 47 | ## Quick Start |
48 | 48 |
|
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 | |
55 | 55 |
|
56 | 56 | ### Localization engines |
57 | 57 |
|
@@ -102,7 +102,7 @@ Call your localization engine directly from backend code. Synchronous and async |
102 | 102 |
|
103 | 103 | --- |
104 | 104 |
|
105 | | -### Lingo.dev Compiler |
| 105 | +### Lingo Compiler for React (Early alpha) |
106 | 106 |
|
107 | 107 | 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. |
108 | 108 |
|
|
0 commit comments