timesince() needs internationalization, as it currenly produces English-only output (M jS template; 'ago', etc.)
This is not really easy task as both PHP and Wordpress lack proper i18n mechanics for this task.
Maybe, just fallback to datetime without any 'ago' attempts when current locale is not English.
timesince() needs internationalization, as it currenly produces English-only output (M jS template; 'ago', etc.)
This is not really easy task as both PHP and Wordpress lack proper i18n mechanics for this task.
Maybe, just fallback to datetime without any 'ago' attempts when current locale is not English.