chore: apply review suggestion

from @DayKev
This commit is contained in:
flx-sta 2024-09-30 22:01:20 -07:00
parent 12dc17f642
commit ef4981ea5e

View File

@ -104,7 +104,6 @@ async function initFonts(language: string | undefined) {
/** /**
* Initialize i18n with fonts * Initialize i18n with fonts
* @returns {Promise<void>}
*/ */
export async function initI18n(): Promise<void> { export async function initI18n(): Promise<void> {
// Prevent reinitialization // Prevent reinitialization
@ -240,7 +239,6 @@ export async function initI18n(): Promise<void> {
"mysteryEncounters/globalTradeSystem", "mysteryEncounters/globalTradeSystem",
"mysteryEncounters/theExpertPokemonBreeder", "mysteryEncounters/theExpertPokemonBreeder",
"mysteryEncounterMessages", "mysteryEncounterMessages",
], ],
detection: { detection: {
lookupLocalStorage: "prLang" lookupLocalStorage: "prLang"