-
Notifications
You must be signed in to change notification settings - Fork 263
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
base: master
Are you sure you want to change the base?
Move console related i18n extensions to @wso2is/i18n
module
#7320
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. |
…ations to `@wso2is/i18n`
…ionRoles namespace
2862e0b
to
67b921e
Compare
🦋 Changeset detectedThe 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") } |
There was a problem hiding this comment.
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.
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. |
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
Related PRs
Checklist
Security checks