{"id":21046340,"url":"https://github.com/dev-xo/remix-i18n-example","last_synced_at":"2025-08-23T15:19:07.652Z","repository":{"id":199291290,"uuid":"701838266","full_name":"dev-xo/remix-i18n-example","owner":"dev-xo","description":"A straightforward Remix + i18n example built on top of react-i18next and remix-i18next.","archived":false,"fork":false,"pushed_at":"2023-10-10T23:50:48.000Z","size":19,"stargazers_count":27,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-11T21:25:14.819Z","etag":null,"topics":["i18n","i18n-react","i18n-remix","remix-run"],"latest_commit_sha":null,"homepage":"https://remix-i18n.fly.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dev-xo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-07T17:52:33.000Z","updated_at":"2023-10-11T14:08:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"463eb044-b4d0-45c5-b0a6-dd8589f7b59d","html_url":"https://github.com/dev-xo/remix-i18n-example","commit_stats":null,"previous_names":["dev-xo/remix-i18n-example"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-xo%2Fremix-i18n-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-xo%2Fremix-i18n-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-xo%2Fremix-i18n-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-xo%2Fremix-i18n-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-xo","download_url":"https://codeload.github.com/dev-xo/remix-i18n-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225368353,"owners_count":17463377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["i18n","i18n-react","i18n-remix","remix-run"],"created_at":"2024-11-19T14:29:08.006Z","updated_at":"2024-11-19T14:29:09.335Z","avatar_url":"https://github.com/dev-xo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003ca href=\"https://npm.im/remix-auth-totp\"\u003e🗺️ Remix + i18n\u003c/a\u003e\u003c/h1\u003e\n  \u003cp\u003e\n    A simple and straightforward Remix + I18N example built on top of \u003ca href=\"https://github.com/i18next/react-i18next\"\u003ereact-i18next\u003c/a\u003e and \u003ca href=\"https://github.com/sergiodxa/remix-i18next\"\u003eremix-i18next\u003c/a\u003e, that offers Multi-Language Support \u0026 Locale Switching in your application.\n  \u003c/p\u003e\n  \u003c!-- \u003cbr /\u003e\u003cbr /\u003e --\u003e\n  \u003cdiv\u003e\n    \u003ca href=\"https://remix-i18n.fly.dev\"\u003eLive Demo\u003c/a\u003e\n    •\n    \u003ca href=\"https://github.com/dev-xo/remix-i18n-example/tree/main#resources\"\u003eResources\u003c/a\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n## [Live Demo](https://remix-i18n.fly.dev)\n\n[Live Demo](https://remix-i18n.fly.dev) that displays Language Switching in action.\n\n[![Remix Auth TOTP](https://raw.githubusercontent.com/dev-xo/dev-xo/main/remix-i18n/thumbnail.png)](https://remix-i18n.fly.dev)\n\n## Remix + I18N\n\nThis example isn't meant to be a full-fledged application; it's more a reference for your own implementation.\n\nThis example aims to help you achieve Multi-Language Support and Locale Switching in your application, following Sergio's [remix-i18next documentation](https://github.com/sergiodxa/remix-i18next).\n\nIn the [Resources](#resources) section you will find a list of other examples and resources that could help you achieve a more complete solution.\n\n## Getting Started\n\nClone the repository and install its dependencies:\n\n```sh\nnpm install\n```\n\nRun the server:\n\n```sh\nnpm run dev\n```\n\n\u003e **Note**\n\u003e If you are using `pnpm` instead, the following packages must be added to `serverDependenciesToBundle`: `remix-i18next`, `accept-language-parser`, `intl-parse-accept-language`.\n\nReady to go! 🎉\n\n## Resources\n\nA list of other examples and resources that could help you achieve a more complete solution:\n\n- [Remix I18Next](https://github.com/sergiodxa/remix-i18next) by [sergiodxa](https://github.com/sergiodxa) - Must read documentation that will help you understand how to implement i18n in your Remix application.\n- [RoachRoast](https://crl-global-app-demo.fly.dev) by [aydrian](https://github.com/aydrian) - A Remix app demo that uses i18n and Prisma - [Github Repository](https://github.com/aydrian/global-app-demo)\n- [I18Next Prisma Backend](https://github.com/aydrian/i18next-prisma-backend) by [aydrian](https://github.com/aydrian) - A backend plugin for i18next that supports using Prisma to load resources from the data source specified in the `schema.prisma` configuration file.\n- [Epic Stack + I18N](https://github.com/rperon/epic-stack-with-i18n/) by [rperon](https://github.com/rperon) - A Remix app demo that uses i18next for the Epic Stack.\n\n## Contributing\n\nIf you have any suggestion you'd like to share, feel free to open a PR!\n\n## License\n\nLicensed under the [MIT license](https://github.com/dev-xo/remix-auth-totp/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-xo%2Fremix-i18n-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-xo%2Fremix-i18n-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-xo%2Fremix-i18n-example/lists"}