This website requires JavaScript.
Explore
Help
Sign In
blsmedia
/
bot
Watch
2
Star
0
Fork
0
You've already forked bot
Code
Activity
Files
d42e4a9ce1e9604d46f9b1246180e50d2a61fb79
bot
/
.husky
/
pre-commit
5 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
:recycle: Add shared eslint config
2022-11-21 11:12:43 +01:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
Add editor header translation keys (#1110) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Implemented internationalization support across various components using the `useTranslate` function for dynamic content translation. - **Enhancements** - Updated UI elements such as buttons, tooltips, placeholders, and labels to display translated text, improving accessibility and user experience for non-English speakers. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr> Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2023-12-28 06:50:33 -03:00
pnpm lint && pnpm format:fix
Copy Permalink