@override String getDays(int days) { if (days == 0) { return ''; } else { return messages.daysPlural(days); } }