@override String getSeconds(int seconds) { if (seconds == 0) { return ''; } else { return messages.secondsPlural(seconds); } }