Format when time is in days
@override String days(int days) { if (days == 1) { return 'ڕۆژێک لەمەوپێش'; } return '$days ڕۆژ لەمەوپێش'; }