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

feat: mark strings for i18n on lpr page #1221

Merged
merged 1 commit into from
May 22, 2024

Conversation

muhammad-ammar
Copy link
Contributor

For all changes

  • Ensure adequate tests are in place (or reviewed existing tests cover changes)

Only if submitting a visual change

  • Ensure to attach screenshots
  • Ensure to have UX team confirm screenshots

@muhammad-ammar muhammad-ammar force-pushed the ammar/mark-strings-for-i8n-on-lpr-page branch 5 times, most recently from da29e53 to 30849db Compare May 20, 2024 09:22
Copy link

codecov bot commented May 20, 2024

Codecov Report

Attention: Patch coverage is 90.74074% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 85.37%. Comparing base (3fcadf5) to head (951ea91).

Files Patch % Lines
...ts/Admin/licenses/LicenseManagementTable/index.jsx 50.00% 4 Missing ⚠️
src/components/Admin/SubscriptionDetails.jsx 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1221      +/-   ##
==========================================
+ Coverage   85.34%   85.37%   +0.03%     
==========================================
  Files         537      537              
  Lines       11632    11672      +40     
  Branches     2413     2464      +51     
==========================================
+ Hits         9927     9965      +38     
  Misses       1656     1656              
- Partials       49       51       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@muhammad-ammar muhammad-ammar force-pushed the ammar/mark-strings-for-i8n-on-lpr-page branch 4 times, most recently from 5367fa8 to 6f6176d Compare May 21, 2024 06:11
if (actionSlug) {
downloadButtonLabel = intl.formatMessage({
id: 'admin.portal.lpr.current.report.csv.download',
defaultMessage: 'Download current report (CSV)',
Copy link
Contributor

Choose a reason for hiding this comment

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

where we are handling Download full report (CSV) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Download full report (CSV) is handled here

Copy link
Contributor

@jajjibhai008 jajjibhai008 left a comment

Choose a reason for hiding this comment

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

LGTM 👍
[Verify] please do verify that npm run i18n_extract is working fine.

@muhammad-ammar
Copy link
Contributor Author

npm run i18n_extract

executed npm run i18n_extract and it completed without any error.

@muhammad-ammar muhammad-ammar force-pushed the ammar/mark-strings-for-i8n-on-lpr-page branch from 6f6176d to 951ea91 Compare May 22, 2024 04:54
@muhammad-ammar muhammad-ammar merged commit 8dd28c1 into master May 22, 2024
6 checks passed
@muhammad-ammar muhammad-ammar deleted the ammar/mark-strings-for-i8n-on-lpr-page branch May 22, 2024 05:04
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