Skip to content
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

Localized application names on macOS #50

Merged

Conversation

BennoCrafter
Copy link
Contributor

@BennoCrafter BennoCrafter commented Feb 12, 2025

Fixed

  • (macOS): Use app stem name as a fallback if the bundle name is empty. Some apps, like "Creality Print," have an empty bundle name, and this fix ensures proper handling.

Added

  • (macOS): Support for localized bundle names in macOS apps.

  • Introduced bundleNameLang preference with "default" and "localized" options

This change enables toggling between default and localized bundle names in application settings. (default is "localized")

Some apps (such as "Creality Print" in my case) have an empty bundle name. This commit provides a fallback, using the app's stem name instead.
- Introduced `bundleNameLang` preference with "default" and "localized" options

This change enables toggling between default and localized bundle names in application settings.
@Exidex Exidex changed the title Localized application names Localized application names on macOS Feb 15, 2025
@Exidex Exidex merged commit 652af98 into project-gauntlet:main Feb 15, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants