Open simongiesen opened 9 months ago
PS: My sample data is
var tasks = [
{
id: '112240117000',
name: 'TA903A FE',
start: '2024-02-01',
end: '2024-02-10',
progress: 20
},
{
id: '050240111000',
name: 'AA745 254µm unpoliert FE',
start: '2024-02-05',
end: '2024-02-15',
progress: 40
}
];
The same happens with italian, but it seems to work with es and fr
Hi folks,
I am trying to localize my project into German. No success. What I am trying:
language:'de' is throwing the following error:
Please help ... kind regards!