From ef4981ea5ed23caedc39983c3d99e54eb017bc16 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:01:20 -0700 Subject: [PATCH] chore: apply review suggestion from @DayKev --- src/plugins/i18n.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/i18n.ts b/src/plugins/i18n.ts index 0ace83fdf90..7746626d453 100644 --- a/src/plugins/i18n.ts +++ b/src/plugins/i18n.ts @@ -104,7 +104,6 @@ async function initFonts(language: string | undefined) { /** * Initialize i18n with fonts - * @returns {Promise} */ export async function initI18n(): Promise { // Prevent reinitialization @@ -240,7 +239,6 @@ export async function initI18n(): Promise { "mysteryEncounters/globalTradeSystem", "mysteryEncounters/theExpertPokemonBreeder", "mysteryEncounterMessages", - ], detection: { lookupLocalStorage: "prLang"