Skip to content

not loading with mismatch locale #3

Description

@MAZ01001

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:

  1. Open Chrome-devtools (F12)
  2. Go to Sensors tab (3 dots in top-right > more tools > sensors)
  3. Select any Location (other than "No override")
  4. Change Locale value to en-US (or make sure you choose a location where this locale is set)
  5. Reload the page

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions