LEGO: Pull request from juno/hb_6dddf33b-c6da-43d8-ac04-14d2c339cb00_20260415103450130 to main#11117
Merged
jonathanpeppers merged 1 commit intomainfrom Apr 15, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the localization (*.lcl) resources for Xamarin.Android.Build.Tasks by adding a new localized string entry for warning XA4250 across multiple languages.
Changes:
- Add a new
XA4250string entry to multipleResources.resx.lclfiles. - Provide localized translations corresponding to the
XA4250English message.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Localize/loc/zh-Hant/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (zh-Hant). |
| Localize/loc/zh-Hans/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (zh-Hans). |
| Localize/loc/tr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (tr). |
| Localize/loc/ru/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (ru). |
| Localize/loc/pt-BR/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (pt-BR). |
| Localize/loc/pl/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (pl). |
| Localize/loc/ko/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (ko). |
| Localize/loc/ja/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (ja). |
| Localize/loc/it/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (it). |
| Localize/loc/fr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (fr). |
| Localize/loc/es/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (es). |
| Localize/loc/de/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (de). |
| Localize/loc/cs/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds XA4250 localized string entry (cs). |
| <Str Cat="Text"> | ||
| <Val><![CDATA[Manifest-referenced type '{0}' was not found in any scanned assembly. It may be a framework type.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Nie znaleziono typu odwołującego się do manifestu „{0}" w żadnym zeskanowanym zestawie. Może to być typ struktury.]]></Val> |
There was a problem hiding this comment.
The Polish translation uses mismatched quotation marks around the placeholder (opens with „ but closes with "). Please use a matching closing quote (e.g., ”) for consistency with other strings in this file.
Suggested change
| <Val><![CDATA[Nie znaleziono typu odwołującego się do manifestu „{0}" w żadnym zeskanowanym zestawie. Może to być typ struktury.]]></Val> | |
| <Val><![CDATA[Nie znaleziono typu odwołującego się do manifestu „{0}” w żadnym zeskanowanym zestawie. Może to być typ struktury.]]></Val> |
jonathanpeppers
approved these changes
Apr 15, 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_20260415103450130 to main with localized lcls