LEGO: Pull request from juno/hb_6dddf33b-c6da-43d8-ac04-14d2c339cb00_20260730103224114 to main - #12266
Merged
jonathanpeppers merged 1 commit intoJul 30, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates localized resource files for Xamarin.Android.Build.Tasks by adding a new localized string entry for XA4323 in French and German.
Changes:
- Add a new
XA4323resource entry (English source + localized target) to the French.resx.lcl. - Add a new
XA4323resource entry (English source + localized target) to the German.resx.lcl.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Localize/loc/fr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds a French localized entry for the XA4323 resource string. |
| Localize/loc/de/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds a German localized entry for the XA4323 resource string. |
Comment on lines
+1830
to
+1834
| <Item ItemId=";XA4323" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||
| <Str Cat="Text"> | ||
| <Val><![CDATA[Ignoring directory '{0}' as it does not exist!]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Le répertoire « {0} » est ignoré, car il n’existe pas !]]></Val> |
Comment on lines
+1830
to
+1834
| <Item ItemId=";XA4323" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true"> | ||
| <Str Cat="Text"> | ||
| <Val><![CDATA[Ignoring directory '{0}' as it does not exist!]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Das Verzeichnis „{0}“ wird ignoriert, da es nicht vorhanden ist!]]></Val> |
jonathanpeppers
approved these changes
Jul 30, 2026
jonathanpeppers
deleted the
juno/hb_6dddf33b-c6da-43d8-ac04-14d2c339cb00_20260730103224114
branch
July 30, 2026 12:42
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_20260730103224114 to main with localized lcls