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