josdejong/svelte-jsoneditor

i18n options missing

Open

#472 ouverte le 29 juil. 2024

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)TypeScript (149 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 237 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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'}}

Guide contributeur