Jalil Arfaoui

Results 101 comments of Jalil Arfaoui

Yes, it is a known problem. We have to uncurry translate() so that it always returns a function. Only drawback is that `translate(MyComponent)` won't work anymore but it won't in...

I've started to refactor translate : https://github.com/Tiqa/redux-polyglot/tree/feat/multi_module_refacto WIP, I'll continue tomorrow

As we discussed @guillaumearm we should merge both redux-polyglot and react-redux-polyglot NPM modules in the same repository to ensure full synchronicity and simpler tests.

Can we close this one ?

IMHO, getLocale() returning a falsy value should have the same effect as a non-corresponding action : nothing happens, we simply return next(action). As for getPhrases(), it should always return something....

As we discussed : without dist folder

I began refactoring accordingly : https://github.com/Tiqa/redux-polyglot/tree/feat/multi_module_refacto WIP, I will continue tomorrow

I'm not convinced about the reality of use case in real life ... but why not

I've upgraded to 3.5.1 and I still have the same issue … I'm not sure - where is $XDG_DATA_HOME not set correctly ? - why `echo $XDG_DATA_HOME` resolves correctly both...