mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
docs: fix small typo
This commit is contained in:
parent
5f93f36a95
commit
072a7d2aed
@ -103,7 +103,7 @@ init({
|
|||||||
// starts loading 'en-US' and 'en'
|
// starts loading 'en-US' and 'en'
|
||||||
```
|
```
|
||||||
|
|
||||||
_Note_: Make sure to call your `i18n.js` file on your app's entrypoint. If you're using Sapper, remember to also call `init()` on your server-side code (`server.js`).
|
_Note_: Make sure to call your `i18n.js` file on your app's entry-point. If you're using Sapper, remember to also call `init()` on your server-side code (`server.js`).
|
||||||
|
|
||||||
Since we're using `register`, and not `addMessages`, we need to wait for it's loaders to finish before rendering your app.
|
Since we're using `register`, and not `addMessages`, we need to wait for it's loaders to finish before rendering your app.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user