Welcome
The i18n library for nestjs. It makes working with languages in your nestjs project easy. Everything is made to be highly configurable. You can write and plug-in your own language resolvers or loaders.
Features
nestjs-i18n comes with a bunch of tools to help add multiple language support to your project.
- Type safety (instructions)
- Variable formatting (instructions)
- Nested translations (instructions)
- Fallback languages (instructions)
- Live reloading 🎉
- Plurals support (instructions)
- GraphQL support (instructions)
- gRPC support (instructions)
- DTO validation (instructions)
- View engine support (hbs or pug or ejs)
- Custom resolvers
- Custom loaders
- Custom formatters
Getting started
To get started follow the quickstart.
tip
Missing something? Feel free to create a pull request or issue on our github.