Skip to content

Commit

Permalink
Translate SignUp example with react-i18next
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Feb 5, 2018
1 parent 84d2bfc commit 3eb69b2
Show file tree
Hide file tree
Showing 7 changed files with 465 additions and 236 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ You can use HTML5 attributes like `type="email"`, `required`, `pattern`..., in t
</FieldFeedbacks>
```

In the last case you will have to manage translations yourself.
In the last case you will have to manage translations yourself (see SignUp example).

react-form-with-constraints, like React 16, depends on the collection types [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) and [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set).
If you support older browsers (<IE11) you will need a global polyfill such as [core-js](https://github.com/zloirock/core-js) or [babel-polyfill](https://babeljs.io/docs/usage/polyfill/).
Expand Down
Loading

0 comments on commit 3eb69b2

Please sign in to comment.