Skip to content

Commit a23da40

Browse files
committed
Add comparison table with i18n tools to JSON docs
1 parent 4160da9 commit a23da40

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/JSON.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
LRM provides full support for JSON-based localization files, making it a universal tool for **any project** - React, Vue, Angular, Node.js, .NET, or any framework using JSON resources.
44

5+
## Why LRM?
6+
7+
| Feature | LRM | i18next-cli | Tolgee | i18n-ally | Locize |
8+
|---------|-----|-------------|--------|-----------|--------|
9+
| **Translation Providers** | 10 (incl. free) | Via Locize only | 3 | 2 | Cloud only |
10+
| **Free Translation** | Lingva, MyMemory, Ollama | No | No | No | No |
11+
| **Self-Contained Binary** | Yes | Needs Node.js | Needs Docker | VS Code only | Cloud |
12+
| **Offline Capable** | Yes (Ollama) | No | No | No | No |
13+
| **CLI** | Yes | Yes | Yes | No | Yes |
14+
| **Terminal UI (TUI)** | Yes | No | No | No | No |
15+
| **Web UI** | Yes | No | Yes | No | Yes |
16+
| **VS Code Extension** | Yes | No | Yes | Yes | Yes |
17+
| **REST API** | Yes | No | Yes | No | Yes |
18+
| **i18next Support** | Yes | Yes | Yes | Yes | Yes |
19+
| **RESX Support** | Yes | No | No | No | No |
20+
| **Pluralization (CLDR)** | Yes | Yes | Yes | Yes | Yes |
21+
| **Open Source** | MIT | MIT | MIT | MIT | Commercial |
22+
| **No Cloud Required** | Yes | Yes | Yes | Yes | No |
23+
24+
**LRM is the only tool that combines**: 10 translation providers (including free options), complete offline capability, and a full toolset (CLI + TUI + Web + VS Code + API) in a single, self-contained binary.
25+
26+
---
27+
528
## Quick Start
629

730
### For React/Vue/Angular (i18next)

0 commit comments

Comments
 (0)