LEGO: Pull request from juno/hb_6dddf33b-c6da-43d8-ac04-14d2c339cb00_20260628103145587 to main#11779
Open
csigs wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the checked-in localization (*.resx.lcl) files for Xamarin.Android.Build.Tasks by adding translations for newly introduced resource strings (notably XA0149, XA0149_Assembly, and XA4322) across multiple languages.
Changes:
- Add localized strings for
XA0149andXA0149_Assembly(legacy Xamarin.Android environment file warnings). - Add localized string for
XA4322(skipping library ProGuard config with unsupported global options). - Update localized
.lclresources for multiple locales underLocalize/loc/*.
Reviewed changes
Copilot reviewed 8 out of 8 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 zh-Hant translations for XA0149/XA0149_Assembly/XA4322 |
| Localize/loc/zh-Hans/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds zh-Hans translations for XA0149/XA0149_Assembly/XA4322 |
| Localize/loc/tr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds Turkish translations for XA0149/XA0149_Assembly/XA4322 |
| Localize/loc/ru/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds Russian translations for XA0149/XA0149_Assembly/XA4322 |
| Localize/loc/pt-BR/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds pt-BR translations for XA0149/XA0149_Assembly/XA4322 |
| Localize/loc/ko/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds Korean translations for XA0149/XA0149_Assembly/XA4322 |
| Localize/loc/fr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds French translations for XA0149/XA0149_Assembly/XA4322 |
| Localize/loc/es/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl | Adds Spanish translations for XA0149/XA0149_Assembly/XA4322 |
| <Str Cat="Text"> | ||
| <Val><![CDATA[Ignoring legacy Xamarin.Android environment file '{0}' from NuGet package '{1}' version '{2}' in assembly '{3}'. Environment files from Xamarin.Android class libraries are not supported in .NET for Android. Use a newer version of this NuGet package or notify the library author.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[Le fichier d’environnement Xamarin.Android hérité «{0}» du package NuGet «{1}» version «{2}» dans l’assembly «{3}». Les fichiers d’environnement des bibliothèques de classes Xamarin.Android ne sont pas pris en charge dans .NET pour Android. Utilisez une version plus récente de ce package NuGet ou informez l'auteur de la bibliothèque.]]></Val> |
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_20260628103145587 to main with localized lcls