Skip to content
Snippets Groups Projects
Commit b6c40898 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Adjust path for root-translation service

parent 59e72188
No related merge requests found
...@@ -94,5 +94,5 @@ import { TranslateHttpLoader } from '@ngx-translate/http-loader'; ...@@ -94,5 +94,5 @@ import { TranslateHttpLoader } from '@ngx-translate/http-loader';
export class EssentialsModule { } export class EssentialsModule { }
export function HttpLoaderFactory(http: HttpClient) { export function HttpLoaderFactory(http: HttpClient) {
return new TranslateHttpLoader(http); return new TranslateHttpLoader(http, '../../assets/i18n/home/', '.json');
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment