Hello,
I want to translate the scheduler component into french like this :
L10n.load({
'fr': {
'schedule': {
'day': 'journée',
'today': 'Aujourdhui',
'week': 'La semaine',
'workWeek': 'Semaine de travail',
'month': 'Mois',
}
}
});
But i can't find all the references for angular js2.
Can you help me ?
Thanks in advance.