inbox-react-intl icon indicating copy to clipboard operation
inbox-react-intl copied to clipboard

Results 6 inbox-react-intl issues
Sort by recently updated
recently updated
newest added

While running the script with npm, it doesn´t create the extracted messages in the "messageDir". The output of the script is what you can see at the following capture. ![image](https://user-images.githubusercontent.com/4775931/52469573-163ca600-2b8c-11e9-82bd-955aeeb0993b.png)

Thanks for providing this sample repo. When I try to run it, however, I only get this error message: ``` [BABEL] /Users/waldgeist/Documents/Development/htdocs/tests/inbox-react-intl/src/js/components/Header/SubHeader.js: [React Intl] Line 31: Default messages are not...

Hi, I am getting following error message while running the code. Uncaught Error: Cannot find module "!!../../../../node_modules/css-loader/index.js!../../../../node_modules/sass-loader/index.js!./Header.scss" Could you please provide the steps for run this application? Thanks, Prashant

First of all, let me tell you how much I appreciate your article and the sample project on localizing react projects. It was very helpful to make decisions in case...

Try https://github.com/alibaba/react-intl-universal which is developed by Alibaba Group. yahoo/react-intl can only be applied in view layer such as React.Component. For Vanilla JS file, there’s no way to internationalize it. For...

Hi - Thanks for the great post, it was really clear and helpful. Once thing I don't get though: what would a translated file like? And in the context of...