-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[release/10.0] Localize WiX files #120385
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR backports WiX file localizations for the .NET installer to the release/10.0 branch. The purpose is to provide properly localized installer strings that were previously in English across multiple language versions.
Key changes:
- Localized installer strings across 12 language versions including Spanish, Chinese, Turkish, Russian, Portuguese, Polish, Korean, Japanese, Italian, French, German, and Czech
- Updated terminology from "install/installation" to more appropriate localized terms like "setup/configuration" where applicable
- Standardized punctuation and formatting conventions in localized text
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/installer/pkg/sfx/bundle/theme/3082/bundle.wxl | Spanish localization updates with improved terminology and punctuation |
| src/installer/pkg/sfx/bundle/theme/2052/bundle.wxl | Chinese (Simplified) localization updates with better translations |
| src/installer/pkg/sfx/bundle/theme/1055/bundle.wxl | Turkish localization improvements and terminology updates |
| src/installer/pkg/sfx/bundle/theme/1049/bundle.wxl | Russian localization with enhanced translations and formatting |
| src/installer/pkg/sfx/bundle/theme/1046/bundle.wxl | Portuguese localization updates with improved terminology |
| src/installer/pkg/sfx/bundle/theme/1045/bundle.wxl | Polish localization improvements and better translations |
| src/installer/pkg/sfx/bundle/theme/1042/bundle.wxl | Korean localization updates with enhanced terminology |
| src/installer/pkg/sfx/bundle/theme/1041/bundle.wxl | Japanese localization improvements and formatting fixes |
| src/installer/pkg/sfx/bundle/theme/1040/bundle.wxl | Italian localization updates with better translations |
| src/installer/pkg/sfx/bundle/theme/1036/bundle.wxl | French localization improvements and terminology updates |
| src/installer/pkg/sfx/bundle/theme/1031/bundle.wxl | German localization updates with enhanced translations |
| src/installer/pkg/sfx/bundle/theme/1029/bundle.wxl | Czech localization improvements and formatting fixes |
| src/installer/pkg/sfx/bundle/theme/1028/bundle.wxl | Chinese (Traditional) localization updates with better terminology |
Backport of #119880 and #119910 to release/10.0
This PR localizes WiX files after strings were added to the installer for WiX 5.
/cc @akoeplinger
Customer Impact
Unlocalized string that were in English now will be correctly localized.
Regression
No
Testing
Tested locally to verify strings are localized.
Risk
Low