> For the complete documentation index, see [llms.txt](https://traveloka.gitbook.io/soya-next/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://traveloka.gitbook.io/soya-next/examples/i18n-with-redux.md).

# Internationalization with Redux

## Usage

Clone this repository:

```bash
git clone https://github.com/traveloka/soya-next.git
cd soya-next/examples/i18n-with-redux
```

Then, install and run it:

```bash
npm install
npm start
```

Open <http://localhost:3000> in your browser.

## How It Works

You can see the following examples to see how it works:

* [I18n](/soya-next/examples/i18n.md)
* [TodoMVC](/soya-next/examples/todomvc.md)
