svelte-jsoneditor icon indicating copy to clipboard operation
svelte-jsoneditor copied to clipboard

i18n options missing

Open AlexAndBear opened this issue 6 months ago • 3 comments

Currently the svelte-jsoneditor is missing options for internationalization.

I am thinking of two ways, how this can be archived:

  • The package ships translations and the developer can set them via a translation prop, eg translation: 'de-De'
  • The package don't ship translations, but text can be overwritten eg: { texts: {searchFindText: 'Finden'}}

AlexAndBear avatar Jul 29 '24 12:07 AlexAndBear