{"id":17815636,"url":"https://github.com/ryandrewjohnson/react-localize-redux","last_synced_at":"2025-05-16T08:05:54.347Z","repository":{"id":15273361,"uuid":"77422529","full_name":"ryandrewjohnson/react-localize-redux","owner":"ryandrewjohnson","description":"Dead simple localization for your React components","archived":false,"fork":false,"pushed_at":"2022-12-30T16:29:47.000Z","size":5830,"stargazers_count":373,"open_issues_count":43,"forks_count":88,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-05T18:22:54.015Z","etag":null,"topics":["globalization","i18n","internationalization","javascript","localization","react","reactjs","redux","translation"],"latest_commit_sha":null,"homepage":"https://ryandrewjohnson.github.io/react-localize-redux-docs/","language":"JavaScript","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/ryandrewjohnson.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-27T03:21:37.000Z","updated_at":"2025-03-07T02:38:59.000Z","dependencies_parsed_at":"2023-01-13T18:20:44.205Z","dependency_job_id":null,"html_url":"https://github.com/ryandrewjohnson/react-localize-redux","commit_stats":null,"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryandrewjohnson%2Freact-localize-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryandrewjohnson%2Freact-localize-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryandrewjohnson%2Freact-localize-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryandrewjohnson%2Freact-localize-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryandrewjohnson","download_url":"https://codeload.github.com/ryandrewjohnson/react-localize-redux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"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":["globalization","i18n","internationalization","javascript","localization","react","reactjs","redux","translation"],"created_at":"2024-10-27T16:17:39.940Z","updated_at":"2025-05-16T08:05:49.338Z","avatar_url":"https://github.com/ryandrewjohnson.png","language":"JavaScript","funding_links":[],"categories":["📦 Libraries"],"sub_categories":["React / React Native"],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ryandrewjohnson/react-localize-redux\"\u003e\n    \u003cimg alt=\"React Localize\" src=\"https://ryandrewjohnson.github.io/react-localize-redux-docs/images/react-localize-redux-new.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-localize-redux\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/react-localize-redux.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://travis-ci.org/ryandrewjohnson/react-localize-redux\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/ryandrewjohnson/react-localize-redux/master.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/ryandrewjohnson/react-localize-redux\"\u003e\n    \u003cimg src=\"https://codecov.io/gh/ryandrewjohnson/react-localize-redux/branch/master/graph/badge.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nLocalization library for handling translations in [React](https://facebook.github.io/react).\n\n* Does not require [Redux](https://redux.js.org/), but does provide out of the box support for it.\n* Built on React's native [Context](https://reactjs.org/docs/context.html).\n* [Works with Server Side Rendering](https://ryandrewjohnson.github.io/react-localize-redux-docs/#working-with-server-side-rendering).\n* [Include inline default translations](https://ryandrewjohnson.github.io/react-localize-redux-docs/#include-inline-default-translations)\n* [Render React components from translations](https://ryandrewjohnson.github.io/react-localize-redux-docs/#react-translations).\n* [Dynamic translations](https://ryandrewjohnson.github.io/react-localize-redux-docs/#dynamic-translations)\n* [HTML translations](https://ryandrewjohnson.github.io/react-localize-redux-docs/#html-translations)\n* [Plus more...](https://ryandrewjohnson.github.io/react-localize-redux-docs/#guides)\n\n## Installation\n\n```\nnpm install react-localize-redux --save\n```\n\n## Documentation\n\nThe official documentation can be found [online](https://ryandrewjohnson.github.io/react-localize-redux-docs/), and is divided into the following sections:\n\n* [Getting Started](https://ryandrewjohnson.github.io/react-localize-redux-docs/#getting-started)\n* [Formatting Translations](https://ryandrewjohnson.github.io/react-localize-redux-docs//#formatting-translations)\n* [Guides](https://ryandrewjohnson.github.io/react-localize-redux-docs/#guides)\n* [FAQ](https://ryandrewjohnson.github.io/react-localize-redux-docs/#faq)\n* [API Reference](https://ryandrewjohnson.github.io/react-localize-redux-docs/#api-reference)\n* [Migrating from v2 to v3](MIGRATING.md)\n\n## Demo\n\n[Code Sandbox Demo](https://codesandbox.io/s/14xp1xy9ql)\n\n## Contributing\n\nWant to help? Contributions are welcome, but please be sure before submitting a pull request that you\nhave first opened an issue to discuss the work with the maintainers first. This will ensure we're all\non the same page before any work is done.\n\n**For additional info:**\n\n* See [Issue Template](.github/ISSUE_TEMPLATE.md).\n* See [Pull Request Templete](.github/PULL_REQUEST_TEMPLATE.md).\n\n## Change Log\n\nThis project adheres to [Semantic Versioning](https://semver.org/).\nEvery release will be [documented](CHANGELOG.md) along with any breaking changes when applicable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryandrewjohnson%2Freact-localize-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryandrewjohnson%2Freact-localize-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryandrewjohnson%2Freact-localize-redux/lists"}