T
These phrases like "time ago" are translated automatically with Javascript with
s = moment(sTime).locale(sLang).fromNow(); // 'time ago' format
or
s = moment(sTime).locale(sLang).format($(this).attr('data-bx-format')); // custom format
Thank you.