Lint fixes
This commit is contained in:
@@ -72,6 +72,7 @@ export async function initI18n(selectedLocale: string = getUserLocale()): Promis
|
||||
await i18next.init(options);
|
||||
|
||||
locale.set(langToLoad);
|
||||
|
||||
_.set(i18next.t.bind(i18next));
|
||||
|
||||
await loadDayjsLocale(selectedLocale);
|
||||
|
||||
@@ -12,8 +12,7 @@ import {
|
||||
invidiousInstanceStore,
|
||||
interfaceDefaultPage,
|
||||
isAndroidTvStore,
|
||||
rawMasterKeyStore,
|
||||
hideSearchStore
|
||||
rawMasterKeyStore
|
||||
} from '$lib/store';
|
||||
import { get, type Writable } from 'svelte/store';
|
||||
import { Capacitor } from '@capacitor/core';
|
||||
|
||||
Reference in New Issue
Block a user