Add a Help pane and localize Ice into nine languages - #983
Open
keithadler wants to merge 1 commit into
Open
keithadler wants to merge 1 commit into
keithadler wants to merge 1 commit into
Conversation
Help: a new Help pane in the settings window with getting-started tips, the frequent-issues FAQ from FREQUENT_ISSUES.md, and links to the FAQ, issue tracker and website. The Ice menu gains an "Ice Help" item. Localization: a string catalog covering every extracted string in Spanish, French, German, Italian, Brazilian Portuguese, Japanese, Korean, Simplified Chinese (from PR jordanbaird#978 by AkimioJR and seven.zeng) and Traditional Chinese. AppKit-side strings (menus, permission descriptions, section names, alerts) go through String(localized:), and labels that were built from enum raw values at runtime (sidebar, icon names, launch at login, durations) use literal keys so they are extracted and translated. Sidebar: System Settings-style colored icon tiles, an app-icon header, and a width that fits localized pane names. Also fixes SwiftLint 0.65 violations (legacy aspectRatio, stale disables). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Built on top of the
macos-26branch.Help pane
A new Help pane in the settings window with getting-started tips, the frequent-issues FAQ from
FREQUENT_ISSUES.mdas expandable rows, and links to the FAQ, issue tracker and website. The Ice menu gains an "Ice Help" item.Localization
A string catalog covering every extracted string in Spanish, French, German, Italian, Brazilian Portuguese, Japanese, Korean, Simplified Chinese (the zh-Hans entries come from #978 by @AkimioJR and seven.zeng) and Traditional Chinese.
String(localized:).knownRegionslists the new languages.Sidebar
System Settings-style colored icon tiles, an app-icon header, and a wider sidebar so localized pane names don't truncate.
Also fixes the SwiftLint 0.65 violations on this branch (legacy
aspectRatio, stale disables).Verified on macOS 26.5.2 in English and French: menus, settings panes, Help, alerts.
🤖 Generated with Claude Code