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

Adds support for sorting locale file keys in pre-commit #8806

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

rithviknishad
Copy link
Member

Proposed Changes

@ohcnetwork/care-fe-code-reviewers

@rithviknishad rithviknishad requested a review from a team as a code owner October 16, 2024 13:04
Copy link

netlify bot commented Oct 16, 2024

Deploy Preview for care-ohc ready!

Name Link
🔨 Latest commit 5d9f6f6
🔍 Latest deploy log https://app.netlify.com/sites/care-ohc/deploys/670fb9cef3f6740008e21724
😎 Deploy Preview https://deploy-preview-8806--care-ohc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

Deploying care-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5d9f6f6
Status: ✅  Deploy successful!
Preview URL: https://244bc482.care-fe.pages.dev
Branch Preview URL: https://rithviknishad-feat-pre-commi.care-fe.pages.dev

View logs

Copy link

cypress bot commented Oct 16, 2024

CARE    Run #3697

Run Properties:  status check passed Passed #3697  •  git commit 5d9f6f6e04: Adds support for sorting locale file keys in pre-commit
Project CARE
Run status status check passed Passed #3697
Run duration 03m 21s
Commit git commit 5d9f6f6e04: Adds support for sorting locale file keys in pre-commit
Committer Rithvik Nishad
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 125

@khavinshankar khavinshankar merged commit 5455e97 into develop Oct 16, 2024
29 checks passed
@khavinshankar khavinshankar deleted the rithviknishad/feat/pre-commit-sort-locales branch October 16, 2024 13:12
Copy link

@rithviknishad Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌

fs.readdir(directory, (err, files) => {
if (err) throw err;

files.forEach((file) => {
Copy link
Member

Choose a reason for hiding this comment

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

For performance we could have chosen just to do it for EN; others would be auto managed by crowdin; just a thought

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.

Add pre-commit hook to sort locale file keys
3 participants