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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ It ships in two parts:
18
18
1.**Replexica Compiler** - an open-source compiler plugin for React;
19
19
1.**Replexica API** - an i18n API in the cloud that performs translations, using AI models.
20
20
21
+
_Looking to jump right in? Check out the [Getting Started](/getting-started.md) guide for Next.js App Router!_
22
+
21
23
## Why
22
24
23
25
75% of the world doesn't speak English. So, if the app is multilingual, it can reach many more users!
@@ -26,7 +28,7 @@ But, making an app multilingual is a headache: extracting text, managing JSON fi
26
28
27
29
That's where Replexica comes in: it's an AI-powered i18n engine, that integrates with React, to make the app multilingual right during the build, and scale to more international users much faster.
28
30
29
-
The best part - *you don't even have to deal with JSON files!* (You can though, if you want to, Replexica supports that too.)
31
+
The best part - _you don't even have to deal with JSON files!_ (You can though, if you want to, Replexica supports that too.)
> This guide is for Next.js App Router apps only. Guides for other setups are coming soon (ETA April 2024). <https://github.com/replexica/replexica/issues/25>
249
251
250
-
If you plan on having `'use client'` components *at least somewhere* in your app (you probably do), you'll need to also wrap your entire component tree in `<ReplexicaProvider />`:
252
+
If you plan on having `'use client'` components _at least somewhere_ in your app (you probably do), you'll need to also wrap your entire component tree in `<ReplexicaProvider />`:
251
253
252
254
```jsx
253
255
// src/app/layout.tsx
@@ -365,7 +367,7 @@ You can contribute in the form of:
365
367
366
368
Also the special one:
367
369
368
-
***Complaints** - if you're unhappy with *ANYTHING* about your current i18n approach, and you just need to vent, we're (our co-founder Max specifically) here to listen!
370
+
***Complaints** - if you're unhappy with _ANYTHING_ about your current i18n approach, and you just need to vent, we're (our co-founder Max specifically) here to listen!
369
371
370
372
Lastly, we've recently created a [Discord channel](https://discord.gg/GeK6AuSqzw): come say hi! 👋
0 commit comments