<div dir="ltr">Hi,<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 4, 2014 at 9:35 PM, Erik Bernhardson <span dir="ltr"><<a href="mailto:ebernhardson@wikimedia.org" target="_blank">ebernhardson@wikimedia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">secWithin flow we display a number of humanized timestamps, such as '5 minutes ago'  These are provided by MWTimestamp::getHumanTimestamp() in php and moment.js in javascript.  We are adjusting this feature to have a few more messages, in english these would be:<div><br></div><div>* 5 minutes ago</div><div>* Edited 5 minutes ago</div><div>* Edited by ErikB 5 minutes ago</div><div><br></div><div>We would like to represent the last two with i18n messages like:</div><div><br></div><div>* Edited $1</div><div>* Edited by $1 $2</div></div></blockquote><div><br></div></div>If I understand you correctly, you take the result of MWTimestamp::getHumanTimestamp() and put it into “Edited $1”? That should work, I believe (in Czech, at least, I can’t speak for all languages). You definitely cannot use “Edited $1 ago”, with $1 being just a plain time indicator like “5 minutes”, which is what bug 67959 is about.<br><br></div><div class="gmail_extra">-- [[cs:User:Mormegil | Petr Kadlec]]<br></div></div></div>