String hours(int value) => intl.Intl.plural( value, zero: '0 hrs', one: '1 hr', other: '$value hrs', locale: locale.toString(), );