Skip to content

Commit 382882b

Browse files
committed
re-add translate directive
1 parent 301ddae commit 382882b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/webapp/app/lecture/shared/transcript-viewer/transcript-viewer.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ import { FormsModule } from '@angular/forms';
44
import { FaIconComponent } from '@fortawesome/angular-fontawesome';
55
import { faChevronDown, faChevronUp, faSearch, faTimes } from '@fortawesome/free-solid-svg-icons';
66
import { TranslatePipe } from '@ngx-translate/core';
7+
import { TranslateDirective } from 'app/shared/language/translate.directive';
78
import { escapeString } from 'app/shared/util/text.utils';
89

910
import { TranscriptSegment } from 'app/lecture/shared/models/transcript-segment.model';
1011

1112
@Component({
1213
selector: 'jhi-transcript-viewer',
1314
standalone: true,
14-
imports: [CommonModule, FormsModule, FaIconComponent, TranslatePipe],
15+
imports: [CommonModule, FormsModule, FaIconComponent, TranslatePipe, TranslateDirective],
1516
templateUrl: './transcript-viewer.component.html',
1617
styleUrls: ['./transcript-viewer.component.scss'],
1718
})

0 commit comments

Comments
 (0)