diff --git a/examples/remix-vite-babel/README.md b/examples/remix-vite-babel/README.md index 6417d506d..446c72f13 100644 --- a/examples/remix-vite-babel/README.md +++ b/examples/remix-vite-babel/README.md @@ -1,4 +1,8 @@ -# Welcome to Remix + Vite! +# Example project using Remix.run and Vite + Babel with LinguiJS Plugin + +This is a [Remix.run](https://remix.run/) project that demonstrates i18n support with Lingui. + +Visit the [Translate your Remix.run app with Lingui](https://www.simondepelchin.be/articles/translate-your-remix-run-app-with-lingui) article to read more about the integration. 📖 See the [Remix docs](https://remix.run/docs) and the [Remix Vite docs](https://remix.run/docs/en/main/guides/vite) for details on supported features. diff --git a/website/docs/misc/resources.md b/website/docs/misc/resources.md index f933598c5..c492fca47 100644 --- a/website/docs/misc/resources.md +++ b/website/docs/misc/resources.md @@ -7,6 +7,7 @@ - [The complete guide to internationalization in Next.js](https://blog.logrocket.com/complete-guide-internationalization-nextjs/) - by [Ivan Vlatkovic](https://blog.logrocket.com/author/ivanvlatkovic/) - [How We Migrated a Large React Application from react-i18next to LinguiJS in 1 Day](https://medium.com/@radist2s/one-command-one-day-multiple-languages-our-migration-from-react-i18next-to-linguijs-4b07ac73a9bb) - by [Alex Batalov](https://medium.com/@radist2s) - [Javascript i18n with Lingui](https://mikewilliamson.wordpress.com/2017/11/05/javascript-i18n-with-lingui/) - by [Mike Williamson](https://mikewilliamson.wordpress.com/) +- [Translate your Remix.run app with Lingui](https://www.simondepelchin.be/articles/translate-your-remix-run-app-with-lingui) - by [Simon Depelchin](https://x.com/SimonDepelchin) ## Talks