Hello,
When adding a dependency link between two tasks, the "Start" text in the popup is not translated.
Here is my code :
setCulture('fr');
L10n.load({
'fr': {
gantt: {
id: 'ID',
finish: 'Fin',
start: 'Début',
from: 'De',
to: 'A'
}
}
});
Any idea to translate it?
Thanks,
Mamy