Hi,
On the toolbar of my gantt component I have added some custom buttons, I would also like to set their labels in the localeObject.
Is this possible to do?
This is an example of a button on my toolbar:
this.toolbar = [{
id: 'zoomInRowHeight',
prefixIcon: 'e-line-normal',
text: 'Zoom in row height',
}]
I tried adding "zoomInRowHeight": "Allarga la riga" in the locale object but it's not working.
Thank you in advance.