mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1067] "Version History" button cannot be localized #636
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#636
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @isametry on GitHub (Jun 5, 2022).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1067
Describe the bug
The string for the "Version History" button shown is excluded from all localization files, and thus always stays in English:
Steps to reproduce
Menu → Check for Updates…or alternatively:
Menu → Preferences → About → Check for updates…Expected behavior
The "Version History" button string should be localized, according to the espective lproj.
Environment Information
@waydabber commented on GitHub (Jun 14, 2022):
The reason for this is that it is part of Sparkle which is a third party component. You might want to contribute to that project: https://github.com/sparkle-project/Sparkle
If they release an update, it will eventually find it's way to MonitorControl. :)