1
0
Fork 0
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:
Chocobozzz 2018-07-25 09:57:52 +02:00
parent a8bf1d826e
commit d73c98884e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 25 additions and 1 deletions

View file

@ -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)
}