Format when time is in minutes
@override String minutes(int minutes) => _pluralize(minutes, 'minutou', 'minutami', 'minutami');