This commit is contained in:
_Bastler
2022-03-20 13:32:10 +01:00
parent d68060b3fb
commit bb857d58cc
2 changed files with 11 additions and 24 deletions
+1 -3
View File
@@ -69,9 +69,7 @@ import { JukeboxComponent } from './pages/jukebox/jukebox.compontent';
export function init_app(i18n: I18nService) {
return () => {
i18n.fetch();
};
return () => i18n.fetch()
}
@Injectable()