-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Externalize all strings #218
Comments
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! |
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.
The text was updated successfully, but these errors were encountered: