@override String getWeeks(int weeks) { if (weeks == 0) { return ''; } else { return messages.weeksPlural(weeks); } }