Skip to content

Commit

Permalink
Fix i18n docs (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Jan 17, 2024
2 parents a97b50e + 6581a8e commit e171bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ t2("hello", { name: "John" }); // => 'hello John!'

Splitting the dictionary into multiple modules can be useful when you have a large dictionary and want to avoid loading the entire dictionary at once.

For example if out app had a separate `login` and `dashboard` modules, we could split the dictionary into 3 modules: (`common`, `login` and `dashboard`).
For example, if our app had a separate `login` and `dashboard` modules, we could split the dictionary into 3 modules: (`common`, `login` and `dashboard`).

```
i18n/
Expand Down

0 comments on commit e171bd3

Please sign in to comment.