#148 Fixed translation

This commit is contained in:
mauriziovitale84
2016-06-06 09:47:52 +01:00
parent 66e6df4e2a
commit 58dff66d9c

View File

@@ -62,8 +62,7 @@ export class AppComponent {
alfrescoSettingsService.host = 'http://192.168.99.100:8080'; alfrescoSettingsService.host = 'http://192.168.99.100:8080';
this.translate = translate; this.translate = translate;
this.translate.translationInit(); this.translate.translationInit(' ');
this.translate.addComponent('');
} }
isActive(instruction: any[]): boolean { isActive(instruction: any[]): boolean {