Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 30077d8

Browse files
revert: revert to Angular v6
1 parent e1dbbf0 commit 30077d8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/app/app.component.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@ export class AppComponent implements OnInit, OnDestroy {
121121
this.translateService.addLangs(['en', 'de', 'fr', 'it']);
122122
this.translateService.setDefaultLang('en');
123123

124-
// https://github.com/ngx-translate/core/issues/922
125-
this.translateService.setTranslation('en', translationEn.default);
126-
this.translateService.setTranslation('fr', translationFr.default);
127-
this.translateService.setTranslation('it', translationIt.default);
128-
this.translateService.setTranslation('de', translationDe.default);
129-
130124
if (isPlatformServer(this.platformId)) {
131125
return this.initLangServer();
132126
} else {

0 commit comments

Comments
 (0)