LEGO: Pull request from juno/hb_6dddf33b-c6da-43d8-ac04-14d2c339cb00_20260427103413911 to main#11221
Merged
jonathanpeppers merged 1 commit intomainfrom Apr 27, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds localized .lcl entries for the new XA0119_ReadyToRun resource used by Xamarin.Android build tasks, so the warning text appears translated in supported UI cultures.
Changes:
- Adds a new
;XA0119_ReadyToRunitem to multiple locale.lclfiles underLocalize/loc/*. - Provides localized warning text advising not to combine Fast Deployment with ReadyToRun.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Localize/loc/zh-Hant/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds zh-Hant localization for XA0119_ReadyToRun. |
| Localize/loc/zh-Hans/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds zh-Hans localization for XA0119_ReadyToRun. |
| Localize/loc/tr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds Turkish localization for XA0119_ReadyToRun. |
| Localize/loc/ru/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds Russian localization for XA0119_ReadyToRun. |
| Localize/loc/pt-BR/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds pt-BR localization for XA0119_ReadyToRun. |
| Localize/loc/pl/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds Polish localization for XA0119_ReadyToRun. |
| Localize/loc/ko/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds Korean localization for XA0119_ReadyToRun. |
| Localize/loc/fr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds French localization for XA0119_ReadyToRun. |
| Localize/loc/es/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds Spanish localization for XA0119_ReadyToRun. |
| Localize/loc/de/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds German localization for XA0119_ReadyToRun. |
| Localize/loc/cs/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds Czech localization for XA0119_ReadyToRun. |
Comment on lines
+396
to
+400
| <Item ItemId=";XA0119_ReadyToRun" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||
| <Str Cat="Text"> | ||
| <Val><![CDATA[Using fast deployment and ReadyToRun at the same time is not recommended. Use fast deployment for Debug configurations and ReadyToRun for Release configurations.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Používání rychlého nasazení a ReadyToRun najednou se nedoporučuje. Pro konfigurace Debug použijte rychlé nasazení, pro konfigurace Release pak ReadyToRun.]]></Val> |
| <Str Cat="Text"> | ||
| <Val><![CDATA[Using fast deployment and ReadyToRun at the same time is not recommended. Use fast deployment for Debug configurations and ReadyToRun for Release configurations.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[No se recomienda usar la implementación rápida y ReadyToRun al mismo tiempo. Use la implementación rápida para las configuraciones de depuración y ReadyToRun para las configuraciones de versión.]]></Val> |
jonathanpeppers
approved these changes
Apr 27, 2026
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.
LEGO: Pull request from juno/hb_6dddf33b-c6da-43d8-ac04-14d2c339cb00_20260427103413911 to main with localized lcls