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