mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-18 20:05:16 +00:00
Added translation for dates
This commit is contained in:
@ -69,7 +69,7 @@ ComunicWeb.components.posts.ui = {
|
||||
});
|
||||
|
||||
//Show the age of the post
|
||||
postDescription.innerHTML = ComunicWeb.common.date.timeDiffToStr(info.post_time) + " ago";
|
||||
postDescription.innerHTML = lang("dates_ago", [ComunicWeb.common.date.timeDiffToStr(info.post_time)]);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user