You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: cannot load webui
This commit is contained in:
@@ -125,7 +125,7 @@ export async function setNewLanguage(locate, initialize) {
|
||||
}
|
||||
|
||||
export async function getTranslations(locate) {
|
||||
const translateData = await fetch(`./${locate}/main.json`)
|
||||
const translateData = await fetch(`./lang/${locate}.json`)
|
||||
.catch(error => reject(error))
|
||||
return await translateData.json()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user