react-localize icon indicating copy to clipboard operation
react-localize copied to clipboard

A simple context wrapper and text localization component for localizing strings.

Results 4 react-localize issues
Sort by recently updated
recently updated
newest added

I am on version `5.1.1` and trying to organise my localisation bundle like the example provided in the `README`. ``` page: { home: { actions: { subscribe: 'Subscribe', } }...

Whew, this is out of _date_. I'm trying to get a majority of the dependencies updated as they don't impact the library but would likely reduce the noise on warnings...

Per [react-redux](https://github.com/reactjs/react-redux/blob/master/docs/api.md#getwrappedinstance-reactcomponent) I think it would be useful to have a method that returns the wrapped component.

enhancement

`xLocale` depends on being able to visually see the elements, which is manual and seems prone to failure (you might miss it, or forget to check a hidden UI element,...