elements
elements copied to clipboard
Translation / Add support for custom translations in @ory/elements-markup
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [ ] I have joined the Ory Community Slack.
- [ ] I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe your problem
We're deploying self-hosted Ory Kratos, to speed up the project we've used the node self-serve UI from Ory.
During the implementation we've found out that unlike to its React counterpart you can't pass customTranslations
to @ory/elements-markup
components.
Describe your ideal solution
Addition of customTranslations
parameter to elements-markup component-wrapper intl provider.
Workarounds or alternatives
I don't see other viable alternative.
Version
0.1.0-beta.11
Additional Context
No response
Yes, you're right. We've only added the custom language support recently.
PRs are welcome!