@override String getHours(int hours) { if (hours == 0) { return ''; } else { return messages.hoursPlural(hours); } }