mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Fix locales fetch location
This commit is contained in:
@@ -99,7 +99,7 @@ sourceControlsDownload.addEventListener('click', evt => {
|
||||
downloadAnchor.click()
|
||||
})
|
||||
|
||||
fetch('locales/schema/en.json')
|
||||
fetch('../locales/schema/en.json')
|
||||
.then(r => r.json())
|
||||
.then(l => {
|
||||
LOCALES.register('en', l)
|
||||
|
||||
Reference in New Issue
Block a user