Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ryandrewjohnson/react-localize-redux

Dead simple localization for your React components
https://github.com/ryandrewjohnson/react-localize-redux

globalization i18n internationalization javascript localization react reactjs redux translation

Last synced: 2 months ago
JSON representation

Dead simple localization for your React components

Lists

README

        



React Localize











---

Localization library for handling translations in [React](https://facebook.github.io/react).

* Does not require [Redux](https://redux.js.org/), but does provide out of the box support for it.
* Built on React's native [Context](https://reactjs.org/docs/context.html).
* [Works with Server Side Rendering](https://ryandrewjohnson.github.io/react-localize-redux-docs/#working-with-server-side-rendering).
* [Include inline default translations](https://ryandrewjohnson.github.io/react-localize-redux-docs/#include-inline-default-translations)
* [Render React components from translations](https://ryandrewjohnson.github.io/react-localize-redux-docs/#react-translations).
* [Dynamic translations](https://ryandrewjohnson.github.io/react-localize-redux-docs/#dynamic-translations)
* [HTML translations](https://ryandrewjohnson.github.io/react-localize-redux-docs/#html-translations)
* [Plus more...](https://ryandrewjohnson.github.io/react-localize-redux-docs/#guides)

## Installation

```
npm install react-localize-redux --save
```

## Documentation

The official documentation can be found [online](https://ryandrewjohnson.github.io/react-localize-redux-docs/), and is divided into the following sections:

* [Getting Started](https://ryandrewjohnson.github.io/react-localize-redux-docs/#getting-started)
* [Formatting Translations](https://ryandrewjohnson.github.io/react-localize-redux-docs//#formatting-translations)
* [Guides](https://ryandrewjohnson.github.io/react-localize-redux-docs/#guides)
* [FAQ](https://ryandrewjohnson.github.io/react-localize-redux-docs/#faq)
* [API Reference](https://ryandrewjohnson.github.io/react-localize-redux-docs/#api-reference)
* [Migrating from v2 to v3](MIGRATING.md)

## Demo

[Code Sandbox Demo](https://codesandbox.io/s/14xp1xy9ql)

## Contributing

Want to help? Contributions are welcome, but please be sure before submitting a pull request that you
have first opened an issue to discuss the work with the maintainers first. This will ensure we're all
on the same page before any work is done.

**For additional info:**

* See [Issue Template](.github/ISSUE_TEMPLATE.md).
* See [Pull Request Templete](.github/PULL_REQUEST_TEMPLATE.md).

## Change Log

This project adheres to [Semantic Versioning](https://semver.org/).
Every release will be [documented](CHANGELOG.md) along with any breaking changes when applicable.