LEGO: Pull request from juno/hb_6dddf33b-c6da-43d8-ac04-14d2c339cb00_20260605103313126 to main#11590
Merged
jonathanpeppers merged 1 commit intoJun 5, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates localized *.lcl resource files for Xamarin.Android.Build.Tasks by adding translations for the new XA4254 and XA4255 resource strings.
Changes:
- Add Polish (
pl) localized entries forXA4254andXA4255. - Add Czech (
cs) localized entries forXA4254andXA4255.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Localize/loc/pl/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds localized (Polish) strings for XA4254/XA4255. |
| Localize/loc/cs/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds localized (Czech) strings for XA4254/XA4255. |
Comment on lines
+1503
to
+1520
| <Item ItemId=";XA4254" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||
| <Str Cat="Text"> | ||
| <Val><![CDATA[Trimmable type map Java source input directory '{0}' and output directory '{1}' must be different.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Katalog wejściowy źródła Java dla mapy typu Trimmable „{0}” i katalog wyjściowy „{1}” muszą być różne.]]></Val> | ||
| </Tgt> | ||
| </Str> | ||
| <Disp Icon="Str" /> | ||
| </Item> | ||
| <Item ItemId=";XA4255" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||
| <Str Cat="Text"> | ||
| <Val><![CDATA[Generated trimmable type map Java source '{0}' was not found.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Nie znaleziono wygenerowanego źródła Java dla mapy typu trimmable „{0}”.]]></Val> | ||
| </Tgt> | ||
| </Str> | ||
| <Disp Icon="Str" /> | ||
| </Item> |
Comment on lines
+1503
to
+1520
| <Item ItemId=";XA4254" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||
| <Str Cat="Text"> | ||
| <Val><![CDATA[Trimmable type map Java source input directory '{0}' and output directory '{1}' must be different.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Vstupní adresář zdrojů Java pro mapu typu Trimmable „{0}“ a výstupní adresář „{1}“ se musí lišit.]]></Val> | ||
| </Tgt> | ||
| </Str> | ||
| <Disp Icon="Str" /> | ||
| </Item> | ||
| <Item ItemId=";XA4255" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||
| <Str Cat="Text"> | ||
| <Val><![CDATA[Generated trimmable type map Java source '{0}' was not found.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Vygenerovaný zdroj Java pro mapu typu Trimmable „{0}“ nebyl nalezen.]]></Val> | ||
| </Tgt> | ||
| </Str> | ||
| <Disp Icon="Str" /> | ||
| </Item> |
jonathanpeppers
approved these changes
Jun 5, 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_20260605103313126 to main with localized lcls