-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
[community] help wantedExtra attention is neededExtra attention is needed[practice] engineeringEngineering related workEngineering related work[status] not prioritizedNot necessarily won't-fix but near-term out of scope.Not necessarily won't-fix but near-term out of scope.[type] enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
As a forms provider, I would like the ability to offer my form in multiple languages (without building it twice).
Describe the solution you'd like
Documentation (and perhaps feature additions?) around multiple language support.
Describe alternatives you've considered
Since the form configuration is done in a JS file, perhaps the titles, uiSchema values, etc. can be specified dynamically with the help of an i18n helper library. For example:
const formConfig = {
title: I18n.t("form.title"),
// ...
};Maybe this approach would cover most of it?
Additional context
Other keywords to help people find this issue: localize, localization
easherma
Metadata
Metadata
Assignees
Labels
[community] help wantedExtra attention is neededExtra attention is needed[practice] engineeringEngineering related workEngineering related work[status] not prioritizedNot necessarily won't-fix but near-term out of scope.Not necessarily won't-fix but near-term out of scope.[type] enhancementNew feature or requestNew feature or request