-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Strings are not mapped to locale versions on local PWA using librewolf #300
Comments
Can u open the browser console and show if there are any errors? |
okay it seems to be a CORS issue, as in the console these errors occur:
(exact folder path redacted obv) as well as this warning:
(also i was writing this comment out as u asked for it hehe XP) |
The pwa needs to be hosted on a local server. I typically use like |
oh :< is there no way of using it from the local file-system ? |
Not at the moment, 😞no. Technically, it wouldn't be impossible to bundle all the locales, but it would make the bundle bigger which is undesirable for the version which is meant to be able to be published on a website. Likely, there would have to be a seperate build for a version which could support |
ah yes thats probably not ideal meowza my issues seems to be due to firefox not allowing files to access other files due to an obvious security risk (https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy#file_origins, https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp) adding my only idea that would fix this is to add a single fallback locale and disable changing the language, but i don't know if this fits ur vision for this project, or would be acceptable from a technical standpoint meow. |
Guidelines
Describe the bug
have a screenshot for reference:
i have tried turning all my adblocker, fingerprinting, etc firefox addons off and it hasnt changed, im unsure if this is a librewolf baked-in thing or an error on firefox-based browsers or what XP
(also the issue template links are to the freetube upstream repo, is this intended behavior?)
Expected Behavior
all strings should be correctly localised and display non-debug values (if that makes sense)
Issue Labels
accessibility issue, text/string issue, usability issue, visual bug
FreeTube Version
0.19.2.110
Operating System Version
Arch Linux (6.7.5-zen1-1zen)
Installation Method
PWA (Progressive Web App)
Primary API used
Invidious API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
No response
Nightly Build
The text was updated successfully, but these errors were encountered: