String toTimeAgo(Locale locale) => time_ago .format(toLocal(), locale: locale.languageCode) .capitalize() .convertArabicNumbers();