Skip to content

Commit

Permalink
docs: fix typo in generator readme (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Apr 28, 2023
1 parent e91796f commit d0f01a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ module.exports = {

Namespaces allows you to split your translations in multiple files and only load them on demand. e.g. you could store all translations that are displayed on the `settings`-page in it's own namespace and only load them when a user visits the settings-page.

To create a namespace, you have to create a folder within your bas translations with the name of your namespace that contains a `index.ts` file.
To create a namespace, you have to create a folder within your base translations with the name of your namespace that contains a `index.ts` file.
```
src/
i18n/
Expand Down

0 comments on commit d0f01a0

Please sign in to comment.