Skip to content

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
fix/communityactivities/ro_localization_support
Open

CommunityActivities: Enable Romanian localization in CommunityActivities packs [STUD-78991] [STUD-78992] [STUD-78993] [STUD-78995] [STUD-78997]#513
LiviuPonova wants to merge 1 commit intodevelopfrom
fix/communityactivities/ro_localization_support

Conversation

@LiviuPonova
Copy link

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

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
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants