diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-07 10:21:31 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-02-10 16:39:28 +0100 |
commit | a2479503519734a073b81969cd0223ebd4760dce (patch) | |
tree | 4b6ff1d12bb40f4d958e9938993678a5bc71648b /client/src | |
parent | 2cf81751f0d36ba1e512afc79eae5f76d44c89ea (diff) | |
download | PeerTube-a2479503519734a073b81969cd0223ebd4760dce.tar.gz PeerTube-a2479503519734a073b81969cd0223ebd4760dce.tar.zst PeerTube-a2479503519734a073b81969cd0223ebd4760dce.zip |
Add @angular/localize
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/polyfills.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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. | |||
69 | ;(window as any).global = window | 69 | ;(window as any).global = window |
70 | ;(window as any).process = require('process/') | 70 | ;(window as any).process = require('process/') |
71 | ;(window as any).Buffer = require('buffer/').Buffer | 71 | ;(window as any).Buffer = require('buffer/').Buffer |
72 | |||
73 | import '@angular/localize/init' | ||