IBM / gantt-chart

IBM Gantt Chart Component, integrable in Vanilla, jQuery, or React Framework.
https://ibm.github.io/gantt-chart/packages/ibm-gantt-chart-docs/storybook
Apache License 2.0
215 stars 52 forks source link

Localization #13

Closed macinos closed 4 years ago

macinos commented 4 years ago

Hello, is it possible to specify a localization/translation for application strings?

delhoume commented 4 years ago

Do you mean for internal strings ?

If yes then there is a setIntl() function on the Gantt that allows using a custom function to translate some string ids.

macinos commented 4 years ago

Yes great, that helped. Along with the moment.js localization 😃