josdejong/svelte-jsoneditor

i18n options missing

開放

#472 建立於 2024年7月29日

 (3 則留言) (0 個反應) (0 位負責人)TypeScript (147 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (1,260 顆星)
PR 合併指標
 (平均合併 9小時 26分鐘) (30 天內合併 5 個 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'}}

貢獻者指南