-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Missing translations for the string "<software> wants permission to update" in SPUInstallerDriver.m #2607
Comments
Read the surrounding comments around this code for why localizations are not provided today for this message. I'm not sure this is going to get fixed. It requires a deeper investigation to internationalize. |
Thanks for your prompt reply and insight. Indeed, I should have included the comment you are referring to, that is:
|
I was curious about this. According to the documentation, |
It's worth trying. I just don't think I looked into it (I last looked at this in 2016 and skipped it). The bundle passed in will need to be Sparkle's bundle. If an app is sandboxed using the installer XPC Service, it will be in a different path. I may not want to support localizations if the system caches the strings for the passed in auth right. Such that, I don't want to populate a different right each time a localization is updated. So this requires a bit of investigation. |
I think the "cache" is because |
Summary
The translations of the
authorizationPrompt
string found inSparkle/SPUInstallerDriver.m
are missing:Example. Missing french translation.
Possible Fix
Re-instate former translations or translate the strings with missing translations.
Version
This issue impacts at least
2.6.2
and2.6.4
.The text was updated successfully, but these errors were encountered: