Skip to content

Commit 86a0b85

Browse files
committed
docs: upd readme
1 parent f3c4379 commit 86a0b85

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

readme.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Why does this matter? Because 75% of the world doesn't speak English. If the app
1414

1515
That's where Replexica comes in: it's a build system plugin that translates React apps into multiple languages using AI. The best part? It doesn't require messing around with extracting or maintaining JSON files.
1616

17-
## The API
17+
## API
1818

1919
```js
2020
import compiler from '@replexica/compiler';
@@ -37,13 +37,17 @@ export default compiler.next(
3737

3838
```
3939

40-
## The Roadmap
40+
## Roadmap
41+
42+
The Replexica compiler is open-source, and the platform API is open, allowing you to build your own translation engine.
43+
44+
We're also developing our own AI translation platform ([replexica.com](https://replexica.com)), to make it even easier to launch your first multi-language app!
4145

4246
- [x] Replexica Compiler
4347
- [x] Next.js App Router
44-
- [ ] Next.js Pages Router
45-
- [ ] Remix
46-
- [ ] Create React App
48+
- [ ] Next.js Pages Router (April 2024)
49+
- [ ] Remix (May 2024)
50+
- [ ] Create React App (May 2024)
4751
- [x] Replexica Framework
4852
- [x] JSX translation
4953
- [x] Custom context hints
@@ -61,16 +65,14 @@ export default compiler.next(
6165
- [x] Spanish
6266
- [ ] French (April 2024)
6367
- [ ] German (April 2024)
64-
- [ ] (Create a GitHub issue )
68+
- [ ] (Create a GitHub issue to request a new language!)
6569
- [ ] Automated i18n quality checks (May 2024)
6670
- [ ] Documentation/examples on self-hosted translation engine
6771
- [x] Replexica CLI
6872
- [x] CLI for Replexica Platform
6973
- [x] Open-source API schema
7074
- [ ] GitHub Actions integration
7175

72-
The Replexica compiler is open-source, and the API is open, allowing you to build your own translation engine. We're also developing our own AI translation platform ([replexica.com](https://replexica.com)), to make it even easier to launch your first multi-language app!
73-
7476
## How it Works
7577

7678
Replexica is a compiler plugin that integrates with the build system, collecting all user-facing text in the app and preparing it for translation with the Replexica platform. Here's how it works:

0 commit comments

Comments
 (0)