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

refactor: ds-716 delete unused locale strings #388

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

nicolearagao
Copy link
Member

@nicolearagao nicolearagao commented Jul 17, 2024

What's included
refactor: ds-716 delete unused locale strings

Notes:
The locale strings that were deleted are confirmed to be unused. Some of the unused remaining strings are planned for use in the near future during scans and sources unit tests/refactor work. There are inconsistencies in the code regarding translations, such as table locale strings being used in form dialogs. I will create a new Jira story to address these issues in the future to ensure we don't forget about them.

How to test

Coverage and basic unit test check

  1. update the NPM packages with $ npm install
  2. $ npm test

Interactive unit test check

  1. update the NPM packages with $ npm install
  2. $ npm run test:watch

Local run check

  1. update the NPM packages with $ npm install
  2. $ npm run start

Check the build

  1. update the NPM packages with $ npm install
  2. $ npm run build

Updates issue/story
DISCOVERY-716

Relates to JIRA: DISCOVERY-716
@cdcabrera cdcabrera merged commit cdb6819 into quipucords:main Jul 25, 2024
3 of 5 checks passed
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