Skip to content

Conversation

@0xsatoshi99
Copy link

Summary

Adds automated translation tool to make proxy.py documentation accessible to developers worldwide.

Changes

translate.py - Automated translation script (223 lines Python)

Features

  • 20 languages supported: Chinese, Spanish, French, Portuguese, German, Japanese, Korean, Russian, Italian, Arabic, Hindi, Turkish, Vietnamese, Polish, Dutch, Indonesian, Thai, Swedish, Greek
  • Free & Open Source: Uses Google Translate via deep-translator
  • No API key required: Works out of the box
  • Easy to use: Interactive menu or batch mode
  • Smart: Preserves markdown formatting and code blocks

Usage

pip install deep-translator
python3 translate.py

Benefits

  • Makes documentation accessible to non-English speakers
  • Easy to maintain (regenerate when README updates)
  • Community can contribute more languages
  • Fully automated process

0xsatoshi99 and others added 2 commits October 30, 2025 16:13
- Automated translation script supporting 20 languages
- Uses deep-translator library (Google Translate - free)
- Interactive menu for language selection
- Batch mode to translate to all languages at once
- Preserves markdown formatting and code blocks
- No API key required

Usage:
  pip install deep-translator
  python3 translate.py

Supported languages:
  Chinese (Simplified/Traditional), Spanish, French, Portuguese,
  German, Japanese, Korean, Russian, Italian, Arabic, Hindi,
  Turkish, Vietnamese, Polish, Dutch, Indonesian, Thai, Swedish, Greek

This tool makes proxy.py documentation accessible to developers worldwide.
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.

1 participant