Format when time is in months
@override String months(int months) { if (months == 1) { return 'مانگێک لەمەوپێش'; } return '$months مانگ لەمەوپێش'; }