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