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
210 stars 52 forks source link

i18n localization - months and week days #21

Open raro opened 3 years ago

raro commented 3 years ago

Hey, is it possible to translate months and week days in the timeline? Any example of how to do it?

delhoume commented 3 years ago

Hi,

see https://github.com/IBM/gantt-chart/issues/17

This timeline component is external (and deprecated) to the Gantt and uses moment.js for i18n You can have a look at lines 42-56 of src/jquery/timeline.js and Gantt.utils.setIntl to add a locale field that will be used by the timeline component.

hope this help...