vaizard / glued-archived

1 stars 3 forks source link

Internationalization of rjsf #62

Open killua-eu opened 6 years ago

killua-eu commented 6 years ago

RJSF seemingly doesnt have yet a builtin i18n support. As per https://github.com/mozilla-services/react-jsonschema-form/issues/739 , a custom FieldTemplate can be used. Lets figure out how this would fit in our usecase, or if it will be easier to just store translated UISchemas and cutomize these further with things like "ui:widget": "hidden" to fit specific user needs (i.e. hide accounting details from non-accountants).

temp3l commented 6 years ago

It looks like you cannot overwrite enumNames from uiSchema.