]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared.module.ts
Prepare i18n files
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared.module.ts
index 20019e47ae75d4af31cae7784eeb49b09d7a50b3..fba099401a02225682a227f0eb5fdb840e760696 100644 (file)
@@ -33,6 +33,7 @@ import { VideoThumbnailComponent } from './video/video-thumbnail.component'
 import { VideoService } from './video/video.service'
 import { AccountService } from '@app/shared/account/account.service'
 import { VideoChannelService } from '@app/shared/video-channel/video-channel.service'
+import { I18n } from '@ngx-translate/i18n-polyfill'
 
 @NgModule({
   imports: [
@@ -108,7 +109,8 @@ import { VideoChannelService } from '@app/shared/video-channel/video-channel.ser
     VideoService,
     AccountService,
     MarkdownService,
-    VideoChannelService
+    VideoChannelService,
+    I18n
   ]
 })
 export class SharedModule { }