Hi, Is there any way to changing tooltips?
I want to change these tooltips to Korean but I can't find how to do.
How can I do?


"@toast-ui/editor-plugin-table-merged-cell": "^1.3.2",
"@toast-ui/react-editor": "^2.5.3"
## Additional context
-
You can import the locale for korean:
import '@toast-ui/editor/dist/i18n/ko-kr';
Then you can pass language="ko" prop to the React editor component.
More info here: https://github.com/nhn/tui.editor/blob/master/apps/editor/docs/i18n.md
You can import the locale for korean:
import '@toast-ui/editor/dist/i18n/ko-kr';Then you can pass
language="ko"prop to the React editor component.More info here: https://github.com/nhn/tui.editor/blob/master/apps/editor/docs/i18n.md
Thank you!!!
@ustacryptact
Great!! :) Thanks
Most helpful comment
You can import the locale for korean:
Then you can pass
language="ko"prop to the React editor component.More info here: https://github.com/nhn/tui.editor/blob/master/apps/editor/docs/i18n.md