1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Add i18n attributes

This commit is contained in:
Chocobozzz 2018-06-04 16:21:17 +02:00
parent 989e526abf
commit b1d40cff89
No known key found for this signature in database
GPG key ID: 583A612D890159BE
96 changed files with 3107 additions and 586 deletions

View file

@ -3,7 +3,7 @@ import { Component, forwardRef, Input, OnInit } from '@angular/core'
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
import { isInSmallView } from '@app/shared/misc/utils'
import { MarkdownService } from '@app/videos/shared'
import { Subject } from 'rxjs'
import { Subject } from 'rxjs/Subject'
import truncate from 'lodash-es/truncate'
@Component({