-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
"Cannot update via web" warning not shown when language pack is used #745
Comments
After looking at https://github.com/felddy/foundryvtt-docker/blob/develop/src/patch_lang.ts I think a possible fix could be patching Foundry so it does not use Another - much cleaner - alternative could be asking the foundry dev @aaclayton to add a config option or env var to disable the built-in update logic/UI, which your container could then set. |
The core software exposes a |
Thank you @aaclayton, the container does use the Lines 97 to 100 in b8334b2
The issue here is that I can only patch the languages that exist when the distribution is installed. As you pointed out @ThiefMaster this is only foundryvtt-docker/src/patch_lang.ts Line 5 in b8334b2
One my the goals of this project is to have a "light touch" as to avoid any side-effects. Once things are up and running the container only provides continuous health checks. To patch other languages as they are installed would require something more invasive than I would be comfortable with. I'm open to other suggestions on how to implement this feature for more languages. Perhaps there is a robust way for the container to overlay its own set of language files for these few labels. |
Upstream support for something like |
Bug description
The message with the language pack is the default one instead of the Docker mention.
Steps to reproduce
Expected behavior
The docker message shows up. Even if it's not translated, having it would still be much better than the default one.
Container metadata
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: