Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move console related i18n extensions to @wso2is/i18n module #7320

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

pavinduLakshan
Copy link
Contributor

@pavinduLakshan pavinduLakshan commented Jan 17, 2025

Purpose

There are some i18n strings inside console/extensions folder. Since the console is now unified, we can move this i18n to i18n module to be used in both onprem and asgardeo.

This issue focuses on moving the i18n under "console" category[1] in console/extensions directory.

Related Issues

  • N/A

Related PRs

  • N/A

Checklist

  • e2e cypress tests locally verified. (for internal contributers)
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Relevant backend changes deployed and verified
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

Copy link

codecov bot commented Jan 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.04%. Comparing base (9ecf97c) to head (2862e0b).
Report is 13 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7320   +/-   ##
=======================================
  Coverage   36.04%   36.04%           
=======================================
  Files          42       42           
  Lines         899      899           
  Branches      205      222   +17     
=======================================
  Hits          324      324           
  Misses        575      575           
Flag Coverage Δ
@wso2is/core 36.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@pavinduLakshan pavinduLakshan marked this pull request as ready for review January 18, 2025 13:56
@pavinduLakshan pavinduLakshan force-pushed the move_console_i18n_extensions branch from 2862e0b to 67b921e Compare January 26, 2025 04:34
@wso2-jenkins-bot
Copy link
Contributor

🦋 Changeset detected

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

@@ -112,11 +112,11 @@ export const ApplicationRolesList = (props: ApplicationRolesListProps): ReactEle
) }
image={ getEmptyPlaceholderIllustrations().newList }
imageSize="tiny"
title={ t("extensions:console.applicationRoles.roleList.placeholder.title") }
title={ t("applicationRoles:roleList.placeholder.title") }
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's update the copyright headers. Check other files as well.

@DilshanSenarath
Copy link
Contributor

Let's include the reason for this change in the PR description. This will serve as a reference for the refactoring in case any issues arise from moving it.

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.

4 participants