-
Notifications
You must be signed in to change notification settings - Fork 561
🌍 We need your help for README translations!!! #73
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
Comments
We have Chinese: #70 thanks @duyifan02, @shown1985 and @shawninaction! |
We have Spanish! #84 Thanks @dsfaccini |
We have French! #100 Thanks @mmurdockk |
We have Portuguese (Brazil)! #122 Thanks @CarlosZiegler |
We have Italian! #128 Thanks @raphaelabenom |
We have German! #132 Thanks @dsfaccini |
We have Turkish! #154 Thanks @ErdemCanK |
Just wondering if the main README gets updated, how do we make sure the translated version also gets synced with updates? |
The main README gets updated and the translations do not. Any suggestions to solve this? |
💡 Suggestion: Translation Sync Check via Git Diff ✅ Idea: Simple Diff-Based Sync Checker Output the differences between the original and the translated README Alert contributors if their translated file is out of sync Optionally, exit with code 1 for CI use This approach doesn’t require deep integration or ownership privileges—contributors can run it locally before opening a PR. 🧪 Example: Node.js Script const { execSync } = require('child_process');
const diff = execSync('git diff --no-index README.md docs/README.tr.md', { encoding: 'utf-8' });
console.log(diff || '✅ Translation is up to date.'); ⚙️ Optional GitHub Actions Integration If this sounds useful, I’d be happy to help prepare a working script or CI setup! Thanks 🙌 |
Hey everyone!
We’re looking to make Context7 more accessible to devs around the world, and we’d love your help!
If you’re fluent in a language other than English and want to contribute, feel free to open a PR with a translated version of our README.
✅ What to do:
README.md
into your languageREADME.[lang-code].md
(e.g.README.fr.md
for French,README.tr.md
for Turkish)/docs/
folder[](./docs/README.zh-CN.md)
)[Translation] Turkish README
)The text was updated successfully, but these errors were encountered: