mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
Fixed translation service
This commit is contained in:
@@ -50,7 +50,6 @@ export class AlfrescoTranslationLoader implements TranslateLoader {
|
||||
multiLanguage += JSON.stringify(translate);
|
||||
});
|
||||
observer.next(JSON.parse(multiLanguage.replace(/}{/g, ',')));
|
||||
observer.next(multiLanguage);
|
||||
observer.complete();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user