Format when time is in minutes
@override String minutes(int minutes) => '$minutes ${_convert(minutes, 'minutes')}';