You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Why does this matter? Because 75% of the world doesn't speak English. If the app
14
14
15
15
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.
16
16
17
-
## The API
17
+
## API
18
18
19
19
```js
20
20
importcompilerfrom'@replexica/compiler';
@@ -37,13 +37,17 @@ export default compiler.next(
37
37
38
38
```
39
39
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!
41
45
42
46
-[x] Replexica Compiler
43
47
-[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)
47
51
-[x] Replexica Framework
48
52
-[x] JSX translation
49
53
-[x] Custom context hints
@@ -61,16 +65,14 @@ export default compiler.next(
61
65
-[x] Spanish
62
66
-[ ] French (April 2024)
63
67
-[ ] German (April 2024)
64
-
-[ ] (Create a GitHub issue )
68
+
-[ ] (Create a GitHub issue to request a new language!)
65
69
-[ ] Automated i18n quality checks (May 2024)
66
70
-[ ] Documentation/examples on self-hosted translation engine
67
71
-[x] Replexica CLI
68
72
-[x] CLI for Replexica Platform
69
73
-[x] Open-source API schema
70
74
-[ ] GitHub Actions integration
71
75
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
-
74
76
## How it Works
75
77
76
78
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