m13 static method
dynamic
m13(
- dynamic amount
Implementation
static m13(amount) => "${Intl.plural(amount, one: 'vor 1 Monat', other: 'vor ${amount} Monaten')}";
static m13(amount) => "${Intl.plural(amount, one: 'vor 1 Monat', other: 'vor ${amount} Monaten')}";