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

貢獻者指南