-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
docs(website): add git-hook Japanese translation #1503
docs(website): add git-hook Japanese translation #1503
Conversation
✅ Deploy Preview for biomejs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
cc @biomejs/japanese-translation-reviewers , could you please review it? |
Okay, I'll check |
```yaml title="lefthook.yml" | ||
pre-commit: | ||
commands: | ||
check: | ||
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}" | ||
run: npx biome check --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} | ||
``` |
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.
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.
Thank you for contribution! I left some minor suggestions.
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.
Thank you for contribution! I left some minor suggestions.
If my suggestions are valid, please commit changes by commit suggestion.
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
Co-authored-by: unvalley <[email protected]>
@unvalley I appreciate your reviews. I applied all your suggestions! |
@OldBigBuddha Thank you, looks good to me! |
Summary
Translate git-hooks into Japanese
related to #1421
Test Plan
N/A