Skip to content
Discussion options

You must be logged in to vote
import { overrideByRecord } from "@sjsf/form/lib/resolver";
import { translation as baseTranslation } from '@sjsf/form/translations/your-translation';

const translation = overrideByRecord(baseTranslation, {
  submit: "Запустить",
})

Or

const uiSchema = {
  "ui:options": {
    translations: {
      submit: "Запустить",
    },
  },
};

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@x0k
Comment options

x0k May 21, 2025
Maintainer

@GaMeRaM
Comment options

Answer selected by GaMeRaM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants