mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
fix locales path for offline builds
This commit is contained in:
parent
06ad6c094a
commit
b922e42b24
@ -164,7 +164,7 @@ export async function initI18n(): Promise<void> {
|
||||
} else {
|
||||
fileName = camelCaseToKebabCase(ns);
|
||||
}
|
||||
return `/locales/${lng}/${fileName}.json?v=${pkg.version}`;
|
||||
return `./locales/${lng}/${fileName}.json?v=${pkg.version}`;
|
||||
},
|
||||
},
|
||||
defaultNS: "menu",
|
||||
|
Loading…
Reference in New Issue
Block a user