[ad_1]
Hi, in the function sac_time_since there is a time dispaly that is doing “minute” plus an s if it is more than one. This works in English, but many languages have different ideas about multiple 🙂
In Dutch this looks like:
“Nieuwste bericht: 12 uurs, 14 minuuts geleden”
But it should be:
“Nieuwste bericht: 12 uur, 14 minuten geleden”
The date_i18n function is meant for this kind of thing.
If you have some time, could you rewrite this with this formatting?
