As the title suggests, it's not loading if you open it with a local other than en-US, since there is only this one here
https://github.com/MapleAtMorning/8800-blue-lick/blob/main/static.matterport.com/showcase/3.1.10.4-0-ga56ce8cdd/locale/strings-en-US.json
Since Flashpoint launches a custom browser, it can easily set the locale to en-US, and thus the website uses strings-en-US.json, but since we can't do that here, we would need to find out where it's checking the locale and skipping it or always returning en-US.
Alternatively, add a few more locales to the folder static.matterport.com/showcase/3.1.10.4-0-ga56ce8cdd/locale/ from the Wayback Machine:
https://web.archive.org/web/*/https://static.matterport.com/showcase/3.1.10.4-0-ga56ce8cdd/locale/*
(I guess other locales could also be created manually, since this is just JSON)
In the meantime, you can tell your browser to force another locale:
- Open Chrome-devtools (F12)
- Go to Sensors tab (3 dots in top-right > more tools > sensors)
- Select any Location (other than "No override")
- Change Locale value to
en-US (or make sure you choose a location where this locale is set)
- Reload the page
As the title suggests, it's not loading if you open it with a local other than
en-US, since there is only this one herehttps://github.com/MapleAtMorning/8800-blue-lick/blob/main/static.matterport.com/showcase/3.1.10.4-0-ga56ce8cdd/locale/strings-en-US.json
Since Flashpoint launches a custom browser, it can easily set the locale to
en-US, and thus the website usesstrings-en-US.json, but since we can't do that here, we would need to find out where it's checking the locale and skipping it or always returningen-US.Alternatively, add a few more locales to the folder
static.matterport.com/showcase/3.1.10.4-0-ga56ce8cdd/locale/from the Wayback Machine:https://web.archive.org/web/*/https://static.matterport.com/showcase/3.1.10.4-0-ga56ce8cdd/locale/*
(I guess other locales could also be created manually, since this is just JSON)
In the meantime, you can tell your browser to force another locale:
en-US(or make sure you choose a location where this locale is set)