josdejong/svelte-jsoneditor

i18n options missing

Open

#472 创建于 2024年7月29日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)TypeScript (149 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (1,237 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南