mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
chore: apply review suggestion
from @DayKev
This commit is contained in:
parent
12dc17f642
commit
ef4981ea5e
@ -104,7 +104,6 @@ async function initFonts(language: string | undefined) {
|
||||
|
||||
/**
|
||||
* Initialize i18n with fonts
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
export async function initI18n(): Promise<void> {
|
||||
// Prevent reinitialization
|
||||
@ -240,7 +239,6 @@ export async function initI18n(): Promise<void> {
|
||||
"mysteryEncounters/globalTradeSystem",
|
||||
"mysteryEncounters/theExpertPokemonBreeder",
|
||||
"mysteryEncounterMessages",
|
||||
|
||||
],
|
||||
detection: {
|
||||
lookupLocalStorage: "prLang"
|
||||
|
Loading…
Reference in New Issue
Block a user