LEGO: Pull request from lego/hb_5df43909-4a19-4f55-bc3f-9ea8fccf3c82_20260603055155830 to main#25626
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the MSBuild localization (.lcl) resources to include newly added strings for simulator-runtime diagnostics (errors/warnings) across multiple locales.
Changes:
- Add localized entries for
E7175(simulator runtime not installed),E7177(simulator runtime incompatible), andW7176(unable to determine simulator runtime installation). - Update localization files for zh-Hant, pt-BR, ko, es, de, and cs.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| macios/Localize/loc/zh-Hant/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds zh-Hant localized strings for new simulator-runtime diagnostics. |
| macios/Localize/loc/pt-BR/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds pt-BR localized strings for new simulator-runtime diagnostics. |
| macios/Localize/loc/ko/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds ko localized strings for new simulator-runtime diagnostics. |
| macios/Localize/loc/es/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds es localized strings for new simulator-runtime diagnostics (with minor spacing issues to fix). |
| macios/Localize/loc/de/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds de localized strings for new simulator-runtime diagnostics. |
| macios/Localize/loc/cs/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds cs localized strings for new simulator-runtime diagnostics. |
| <Str Cat="Text"> | ||
| <Val><![CDATA[The {0} simulator runtime is not installed. This is required by Apple's development tools (even when building for physical devices). Install it by running 'xcodebuild -downloadPlatform {0}' from the command line, or from Xcode (Settings > Components).]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[El entorno de ejecución del simulador de {0}no está instalado. Esto es necesario para las herramientas de desarrollo de Apple (incluso al compilar para dispositivos físicos). Instálelo ejecutando "xcodebuild -downloadPlatform {0}" desde la línea de comandos o desde Xcode (Configuración > Componentes).]]></Val> |
| <Str Cat="Text"> | ||
| <Val><![CDATA[The installed {0} simulator runtime is not compatible with the current Xcode version. Update the simulator runtime by running 'xcodebuild -downloadPlatform {0}' from the command line, or from Xcode (Settings > Components).]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[El entorno de ejecución del simulador {0}instalado no es compatible con la versión actual de Xcode. Actualice el entorno de ejecución del simulador mediante la ejecución de "xcodebuild -downloadPlatform {0}" desde la línea de comandos o desde Xcode (Configuración > Componentes).]]></Val> |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
✅ [PR Build #2e4911f] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #2e4911f] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [PR Build #2e4911f] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #2e4911f] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 193 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. [attempt 3] Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
LEGO: Pull request from lego/hb_5df43909-4a19-4f55-bc3f-9ea8fccf3c82_20260603055155830 to main with localized lcls