mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Added basic support for translating, so far only on pad.html
This commit is contained in:
parent
54d51c96d9
commit
8cceeefa05
8 changed files with 192 additions and 40 deletions
|
@ -699,7 +699,7 @@ var paduserlist = (function()
|
|||
}
|
||||
else
|
||||
{
|
||||
$("#myusernameedit").addClass("editempty").val("Enter your name");
|
||||
$("#myusernameedit").addClass("editempty").val(translate("Enter your name"));
|
||||
}
|
||||
if (colorPickerOpen)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue