-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add react intl #15
Add react intl #15
Conversation
It fixes also #14 |
Thank you for working on that! Do you know some service, that helps to translate the keys and then export them into the intl format? |
@dmitry I haven't used such services yet, what is output from them? a JSON / YAML? |
JSON or YAML can be exported. I know that it's easy to convert JSON/YAML to {
messages: JSON
} But still, it nice to have a tool that will convert everything directly to intl. When project grows, it's hard to translate everything as a end-to-end developer ;) Anyway thank you for the answer! |
@dmitry You can have a script run before compiling for production or/and at first compilation on dev, look how I call It shouldn't be a big deal 👍 |
Implementation of react-intl
react-intl
client logicreact-intl
server logiccookie
/localstorage
react-a11y
react-intl
.json
webpack chunks