question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
ustacryptactcommented, Jun 15, 2021

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

0reactions
stale[bot]commented, Jul 24, 2021

This issue will be closed due to inactivity. Thanks for your contribution!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Create Tooltips
Tip: Go to our CSS Tooltip Tutorial to learn more about tooltips. Tip: To create "clickable" tooltips, go to our How To Create...
Read more >
Customizing tooltips in Power BI Desktop
Create custom tooltips for visuals using drag-and-drop. ... You can customize tooltips in Power BI Desktop and in the Power BI service.
Read more >
Tooltips · Bootstrap v5.2
Custom tooltips. Added in v5.2.0. You can customize the appearance of tooltips using CSS variables. We set a custom class with data-bs-custom ...
Read more >
Custom tooltips ‒ Qlik Sense on Windows
Create a custom tooltip to add extra information to a visualization. You can include measures, a master visualization chart, or an image. Tooltips...
Read more >
How to Create a Custom Tooltip with Pure CSS
For the custom tooltip we need three items: The element that contains the tooltip; A hovercard that contains the tooltip and is only...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found