CommunityActivities: Enable Romanian localization in CommunityActivities packs [STUD-78991] [STUD-78992] [STUD-78993] [STUD-78995] [STUD-78997]#513
Open
LiviuPonova wants to merge 1 commit intodevelopfrom
Conversation
Replace explicit per-locale EmbeddedResource entries with wildcard patterns (Properties\Assembly.*.resx) across 13 project files Replace explicit per-locale BuildOutputInPackage entries with wildcard globs ($(OutputPath)**\Assembly.resources.dll) in Credentials, Cryptography, and Java packaging projects
There was a problem hiding this comment.
Pull request overview
This pull request replaces explicit per-locale resource entries with wildcard patterns to enable Romanian localization across multiple CommunityActivities packs. The changes ensure that Romanian (.ro) resource files and resource DLLs are automatically included in builds and packages without requiring manual enumeration of each locale.
Changes:
- Replaced explicit per-locale EmbeddedResource entries with wildcard patterns (
Properties\{AssemblyName}.*.resx) in 13 project files - Replaced explicit per-locale BuildOutputInPackage entries with wildcard globs (
$(OutputPath)**\{AssemblyName}.resources.dll) in 3 packaging project files - All wildcard patterns use proper MSBuild metadata for correct packaging structure
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Activities/Java/UiPath.Java/UiPath.Java.csproj | Added wildcard pattern for locale-specific embedded resources |
| Activities/Java/UiPath.Java.Activities/UiPath.Java.Activities.csproj | Added wildcard pattern for locale-specific embedded resources |
| Activities/Java/UiPath.Java.Activities.Packaging/UiPath.Java.Activities.Packaging.csproj | Replaced explicit locale resource DLL entries with wildcard glob pattern for both Activities and Design assemblies |
| Activities/Java/UiPath.Java.Activities.Design/UiPath.Java.Activities.Design.csproj | Added wildcard pattern for locale-specific embedded resources |
| Activities/FTP/UiPath.FTP/UiPath.FTP.csproj | Added wildcard pattern for locale-specific embedded resources |
| Activities/FTP/UiPath.FTP.Activities/UiPath.FTP.Activities.csproj | Added wildcard pattern for locale-specific embedded resources |
| Activities/FTP/UiPath.FTP.Activities.Design/UiPath.FTP.Activities.Design.csproj | Added wildcard pattern for locale-specific embedded resources |
| Activities/Database/UiPath.Database/UiPath.Database.csproj | Replaced explicit locale entries (fr, ja, ru) with wildcard pattern for all locale-specific embedded resources |
| Activities/Database/UiPath.Database.Activities/UiPath.Database.Activities.csproj | Replaced explicit locale entries (fr, ja, ru) with wildcard pattern for all locale-specific embedded resources |
| Activities/Database/UiPath.Database.Activities.Design/UiPath.Database.Activities.Design.csproj | Replaced explicit locale entries (fr, ja, ru) with wildcard pattern for all locale-specific embedded resources |
| Activities/Database/ConnectionDialog/UiPath.Data.ConnectionUI.Dialog/UiPath.Data.ConnectionUI.Dialog.csproj | Added wildcard pattern for locale-specific embedded resources |
| Activities/Cryptography/UiPath.Cryptography/UiPath.Cryptography.csproj | Added wildcard pattern for locale-specific embedded resources |
| Activities/Cryptography/UiPath.Cryptography.Activities/UiPath.Cryptography.Activities.csproj | Replaced explicit locale entries (fr, ja, ru) with wildcard pattern for all locale-specific embedded resources |
| Activities/Cryptography/UiPath.Cryptography.Activities.Packaging/UiPath.Cryptography.Activities.Packaging.csproj | Replaced explicit locale resource DLL entries with wildcard glob pattern for both Cryptography and Activities assemblies |
| Activities/Credentials/UiPath.Credentials.Activities/UiPath.Credentials.Activities.csproj | Added wildcard pattern for locale-specific embedded resources |
| Activities/Credentials/UiPath.Credentials.Packages/UiPath.Credentials.Packages.csproj | Replaced explicit locale resource DLL entries with wildcard glob pattern for Activities assembly |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
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.



Description
Replace explicit per-locale EmbeddedResource entries with wildcard patterns (Properties\Assembly.*.resx) across 13 project files Replace explicit per-locale BuildOutputInPackage entries with wildcard globs ($(OutputPath)**\Assembly.resources.dll) in Credentials, Cryptography, and Java packaging projects
Jira links