mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Hack 459 regarding Angular & i18n
This commit is contained in:
parent
a8bf1d826e
commit
d73c98884e
2 changed files with 25 additions and 1 deletions
|
@ -89,7 +89,7 @@ export {
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
async function generateHTMLPage (req: express.Request, res: express.Response, paramLang?: string) {
|
||||
const html = await ClientHtml.getIndexHTML(req, res)
|
||||
const html = await ClientHtml.getIndexHTML(req, res, paramLang)
|
||||
|
||||
return sendHTML(html, res)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue