m1 static method
dynamic
m1(
- dynamic amount
Implementation
static m1(amount) => "${Intl.plural(amount, one: 'il y a un jour', other: 'il y a ${amount} jours')}";
static m1(amount) => "${Intl.plural(amount, one: 'il y a un jour', other: 'il y a ${amount} jours')}";