X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fpolyfills.ts;h=7c051413f4803db904f98d8ee104e78f01bec75e;hb=c8565966f6a898ce38e1ca256d815d1374e5f592;hp=8aac914548ff65b902e3d366f508113622914972;hpb=576ddf645ff2223126d28ef172bb6388602c35f4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts index 8aac91454..7c051413f 100644 --- a/client/src/polyfills.ts +++ b/client/src/polyfills.ts @@ -69,3 +69,5 @@ import 'zone.js/dist/zone' // Included with Angular CLI. ;(window as any).global = window ;(window as any).process = require('process/') ;(window as any).Buffer = require('buffer/').Buffer + +import '@angular/localize/init'