fix i18n
This commit is contained in:
@@ -69,9 +69,7 @@ import { JukeboxComponent } from './pages/jukebox/jukebox.compontent';
|
||||
|
||||
|
||||
export function init_app(i18n: I18nService) {
|
||||
return () => {
|
||||
i18n.fetch();
|
||||
};
|
||||
return () => i18n.fetch()
|
||||
}
|
||||
|
||||
@Injectable()
|
||||
|
||||
Reference in New Issue
Block a user