nhn / toast-ui.react-calendar

TOAST UI Calendar wrapper for React.js
MIT License
168 stars 43 forks source link

Is the calendar multilingual supported? #71

Open chjfromF opened 2 years ago

chjfromF commented 2 years ago

Version

"@toast-ui/react-calendar": "^1.0.6",

Test Environment

windows 10 crome

Current Behavior

calendar date May 10, 2022 Whether multilingual conversion Is it possible?

// Write example code

Expected Behavior

adhrinae commented 2 years ago

@chjfromF

It doesn't support i18n(internationalization) at its heart. But you can leverage the templates option to change various UI components as you want.

https://nhn.github.io/tui.calendar/latest/Template

So some users are using it to make it support i18n.