LEGO: Pull request from lego/hb_5df43909-4a19-4f55-bc3f-9ea8fccf3c82_20260620053547244 to main#25755
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the localized .lcl resources to include new strings for mtouch error MX1504 and MSBuild error E7178 across multiple locales.
Changes:
- Add MX1504 localization entries to mtouch
Errors.resx.lclforzh-Hant,pt-BR,fr,es, andcs. - Add E7178 localization entries to MSBuild
MSBStrings.resx.lclforzh-Hant,pt-BR,fr,es, andcs.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| macios/Localize/loc/zh-Hant/macios/tools/mtouch/Errors.resx.lcl | Adds zh-Hant localization for MX1504. |
| macios/Localize/loc/zh-Hant/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds zh-Hant localization for E7178. |
| macios/Localize/loc/pt-BR/macios/tools/mtouch/Errors.resx.lcl | Adds pt-BR localization for MX1504. |
| macios/Localize/loc/pt-BR/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds pt-BR localization for E7178. |
| macios/Localize/loc/fr/macios/tools/mtouch/Errors.resx.lcl | Adds fr localization for MX1504. |
| macios/Localize/loc/fr/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds fr localization for E7178. |
| macios/Localize/loc/es/macios/tools/mtouch/Errors.resx.lcl | Adds es localization for MX1504. |
| macios/Localize/loc/es/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds es localization for E7178. |
| macios/Localize/loc/cs/macios/tools/mtouch/Errors.resx.lcl | Adds cs localization for MX1504. |
| macios/Localize/loc/cs/macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx.lcl | Adds cs localization for E7178. |
| <Str Cat="Text"> | ||
| <Val><![CDATA[Console.StandardOutput or Console.StandardError was accessed during a build task. This should not happen, use the MSBuild logging infrastructure instead. Stack trace: {0}]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[建置工作期間存取了 Console.StandardOutput 或 Console.StandardError。這不應該發生,請為改用 MSBuild 記錄基礎結構。堆疊追蹤: {0}]]></Val> |
| <Str Cat="Text"> | ||
| <Val><![CDATA[Cannot find the product assembly '{0}' in the list of loaded assemblies.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Não é possível localizar o assembly do produto '{0}' na lista de assemblies carregados.]]></Val> |
| <Str Cat="Text"> | ||
| <Val><![CDATA[Console.StandardOutput or Console.StandardError was accessed during a build task. This should not happen, use the MSBuild logging infrastructure instead. Stack trace: {0}]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Console.StandardOutput ou Console.StandardError foi acessado durante uma tarefa de build. Isso não deve acontecer. Use a infraestrutura de log do MSBuild em vez disso. Rastreamento de pilha: {0}]]></Val> |
✅ [PR Build #b40b948] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #b40b948] 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 #b40b948] Build passed (Build macOS tests) ✅Pipeline on Agent |
🔥 [CI Build #b40b948] Test results 🔥Test results❌ Tests failed on VSTS: test results 0 tests crashed, 19 tests failed, 201 tests passed. Failures❌ interdependent-binding-projects tests2 tests failed, 2 tests passed.Failed tests
Html Report (VSDrops) Download ❌ linker tests (tvOS)15 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ monotouch tests (iOS)1 tests failed, 20 tests passed.Failed tests
Html Report (VSDrops) Download ❌ Tests on macOS Tahoe (26) tests1 tests failed, 4 tests passed.Failed tests
Html Report (VSDrops) Download Successes✅ assembly-processing: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
LEGO: Pull request from lego/hb_5df43909-4a19-4f55-bc3f-9ea8fccf3c82_20260620053547244 to main with localized lcls