Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.77 KB

README.md

File metadata and controls

62 lines (41 loc) · 2.77 KB

A simple and straightforward Remix + I18N example built on top of react-i18next and remix-i18next, that offers Multi-Language Support & Locale Switching in your application.

Live Demo that displays Language Switching in action.

Remix Auth TOTP

Remix + I18N

This example isn't meant to be a full-fledged application; it's more a reference for your own implementation.

This example aims to help you achieve Multi-Language Support and Locale Switching in your application, following Sergio's remix-i18next documentation.

In the Resources section you will find a list of other examples and resources that could help you achieve a more complete solution.

Getting Started

Clone the repository and install its dependencies:

npm install

Run the server:

npm run dev

Note If you are using pnpm instead, the following packages must be added to serverDependenciesToBundle: remix-i18next, accept-language-parser, intl-parse-accept-language.

Ready to go! 🎉

Resources

A list of other examples and resources that could help you achieve a more complete solution:

Contributing

If you have any suggestion you'd like to share, feel free to open a PR!

License

Licensed under the MIT license.