Tui.editor: Custom tooltips

Created on 15 Jun 2021  ·  3Comments  ·  Source: nhn/tui.editor

Summary

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?

Screenshots

스크린샷 2021-06-15 오전 10 44 14
스크린샷 2021-06-15 오전 10 44 30

Version

"@toast-ui/editor-plugin-table-merged-cell": "^1.3.2",
"@toast-ui/react-editor": "^2.5.3"

## Additional context
-

Question

Most helpful comment

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

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kelvinkoko picture kelvinkoko  ·  3Comments

hellojsna picture hellojsna  ·  4Comments

Rorke76753 picture Rorke76753  ·  4Comments

existme picture existme  ·  3Comments

dioscuroi picture dioscuroi  ·  3Comments