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