mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add email translations
Convert emails from Pug template to Handlebars because i18next doesn't support Pug
This commit is contained in:
parent
b45fbf4337
commit
d6e4dac032
223 changed files with 9859 additions and 1426 deletions
|
@ -62,7 +62,7 @@ export class PeerTubeEmbed {
|
|||
constructor (videoWrapperId: string) {
|
||||
logger.registerServerSending(getBackendUrl())
|
||||
|
||||
this.http = new AuthHTTP(getBackendUrl())
|
||||
this.http = new AuthHTTP(getBackendUrl(), navigator.language)
|
||||
|
||||
this.videoFetcher = new VideoFetcher(this.http)
|
||||
this.playlistFetcher = new PlaylistFetcher(this.http)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue