-
Notifications
You must be signed in to change notification settings - Fork 391
i18n Support #496
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
Comments
Also for validation messages |
For translating string based on the schema/UI schema we should have a look at react-redux-i18n (we do not necessarily need to use as it has an additional dependency on react-i18nify). For dates and numbers, look at the Intl doc. |
This should be reviewed. Actual changes might also follow later. |
I had a look at the current state of the i18n support and I would suggest to do the following:
This approach is cleaner and redux-idiomatic. |
@edgarmueller didn't we fixed this by now? |
Yes, I think we can close it for now. |
How does i18n work? Where is it documented? |
Hi @ksze. This issue is quite old, see this issue for a short description of the current mechanism and how we intend to change it. |
JSON Forms must support i18n for labels of properties (shown in controls) and labels in categories and groups. Furthermore we need to examine all UI schema elements if they contain strings that are to be shown in the form and also support i18n for them.
i18n must be aligned with EMF Forms support to enable a smooth integration.
The text was updated successfully, but these errors were encountered: