mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-14 11:06:55 -04:00
i18nized date-format on chat messages
This commit is contained in:
parent
d1062fea5e
commit
0eeed7abef
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ var chat = (function()
|
||||||
if(day.length == 1)
|
if(day.length == 1)
|
||||||
day = "0" + day ;
|
day = "0" + day ;
|
||||||
var timeStr = hours + ":" + minutes;
|
var timeStr = hours + ":" + minutes;
|
||||||
var dateStr = month + "/" + day + "/" + year;
|
var dateStr = html10n.get('timeslider.dateonlyformat', {month: month, day: day, year: year});
|
||||||
|
|
||||||
//create the authorclass
|
//create the authorclass
|
||||||
var authorClass = "author-" + msg.userId.replace(/[^a-y0-9]/g, function(c)
|
var authorClass = "author-" + msg.userId.replace(/[^a-y0-9]/g, function(c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue