We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Very good library. Thank you.
At the moment it does not yet support React 16 for objects as params: https://github.com/APSL/redux-i18n/blob/master/src/getTranslateFunction.js#L26-L32
See PR #63.
The text was updated successfully, but these errors were encountered:
Hi,
thank you so much for your suggest. I will take a look how improve it.
Best regards
Sorry, something went wrong.
Excellent. Have a look at the demoCRA and you will see that the output from
Translation 2:{" "} <span dangerouslySetInnerHTML={{ __html: this.context.t("Hello {name}!", { name: name }) }} />
is
Translation 2: [object Object]
PS: Maybe you want to also update the dependencies?
No branches or pull requests
Very good library. Thank you.
At the moment it does not yet support React 16 for objects as params:
https://github.com/APSL/redux-i18n/blob/master/src/getTranslateFunction.js#L26-L32
See PR #63.
The text was updated successfully, but these errors were encountered: