BlockNote
BlockNote copied to clipboard
Externalize all strings
Make sure all strings used in BlockNote are configurable, so that it can also be used in different languages.
The initial approach should just be that strings can be passed to options - which should be enough for other applications to customize / localize. Later, we can see if we want to build in support for different languages or i18n.
Can I pick this?
Can I pick this?
Would be great!
Hey there! Great work on the project, thanks! How is this specific issue going? I would be very willing to collaborate :)
@simonfan for sure! I think a good first step would be to create a DictionaryContext and put all strings on there - and make sure components retrieve them from this context. Then after that, we can figure out a good API to provide a dictionary for different languages
Great! As a first step, I'll just locate all text strings and think of a suggestion on how to proceed!