-
Notifications
You must be signed in to change notification settings - Fork 444
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
Adds support for sorting locale file keys in pre-commit #8806
Conversation
✅ Deploy Preview for care-ohc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploying care-fe with Cloudflare Pages
|
CARE Run #3697
Run Properties:
|
Project |
CARE
|
Run status |
Passed #3697
|
Run duration | 03m 21s |
Commit |
5d9f6f6e04: Adds support for sorting locale file keys in pre-commit
|
Committer | Rithvik Nishad |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
125
|
@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) => { |
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.
For performance we could have chosen just to do it for EN; others would be auto managed by crowdin; just a thought
Proposed Changes
@ohcnetwork/care-fe-code-reviewers