Format when time is in days
@override String days(int days) => _pluralize(days, 'dnem', 'dny', 'dny');