mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Migrate lang picker and embed param to html10n.js
This commit is contained in:
parent
754467782f
commit
6446281254
2 changed files with 3 additions and 3 deletions
|
@ -180,7 +180,7 @@ function getParams()
|
|||
{
|
||||
if(lang !== "")
|
||||
{
|
||||
document.webL10n.setLanguage(lang);
|
||||
window.html10n.localize([lang, 'en']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue