Skip to content

feat(CommunityActivities): Enable Romanian localization in CommunityActivities packs [STUD-78991] [STUD-78992] [STUD-78993] [STUD-78995] [STUD-78997]#513

Open
LiviuPonova wants to merge 2 commits intodevelopfrom
fix/communityactivities/ro_localization_support
Open

feat(CommunityActivities): Enable Romanian localization in CommunityActivities packs [STUD-78991] [STUD-78992] [STUD-78993] [STUD-78995] [STUD-78997]#513
LiviuPonova wants to merge 2 commits 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

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.

@LiviuPonova LiviuPonova force-pushed the fix/communityactivities/ro_localization_support branch 2 times, most recently from 0b820f4 to 6d9dac2 Compare March 3, 2026 14:12
LiviuPonova and others added 2 commits March 10, 2026 17:28
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
…and Python projects

Fix corrupted UiPath.Cryptography.csproj with duplicated content outside
the Project element, and replace explicit per-locale EmbeddedResource
entries with wildcard patterns across Python pack projects to support
Romanian and future locales automatically.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@LiviuPonova LiviuPonova force-pushed the fix/communityactivities/ro_localization_support branch from 4d47cda to 6791295 Compare March 10, 2026 15:29
@LiviuPonova LiviuPonova changed the title CommunityActivities: Enable Romanian localization in CommunityActivities packs [STUD-78991] [STUD-78992] [STUD-78993] [STUD-78995] [STUD-78997] feat(CommunityActivities): Enable Romanian localization in CommunityActivities packs [STUD-78991] [STUD-78992] [STUD-78993] [STUD-78995] [STUD-78997] Mar 10, 2026
@LiviuPonova LiviuPonova requested a review from Copilot March 10, 2026 15:31
@sonarqubecloud
Copy link

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

Copilot reviewed 19 out of 19 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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