🛠️ Note: You can still use the original and bigger version used for the Hackathon, it's located in the
HackathonTranslatablefolder — it required bridging multiple programming languages as per the event rules.
Translatable X / v10.0 is a complete rewrite of that version. It’s intentionally smaller, simpler, and cleaner to prioritize clarity, speed, and ease of use — hence the difference in size and complexity.
Key differences:
- ✅ Fully rewritten in Python (vs. mixed-language tech stack)
- ⚡ Streamlined features for better performance
- 🧠 More maintainable and beginner-friendly
Translatable X is a tool designed to streamline communication between English and non-English speakers.
- It automatically translates non-English messages into English.
- Responses in English are translated back into the original language of the recipient.
With this rewrite, Translatable X is cleaner, more efficient, and faster than previous iterations.
Ensure you have the following installed and configured:
-
Python 3.x: Make sure Python 3 is installed on your system.
-
googletrans 4.0.0 RC1: This specific version is required. Install it using:
pip install googletrans==4.0.0-rc1
For optimal performance, ensure the following configurations for the Discord bot:
Enable these intents in the Discord Developer Portal:
- Presence Intent
- Server Members Intent
- Message Content Intent
Add the bot to your server with the following scopes:
botapplications.commands
It is recommended to grant the bot Administrator permissions for seamless operation.
To run Translatable X, execute the following command in your terminal:
python3 main.py- Translatable X is a complete redesign of the previous project, Translatable.
The older versions have been archived as this version offers significant improvements in performance, functionality, and design. - Developed by
@JadXV. If you have any questions or need support, feel free to reach out on Discord.
A showcase for Translatable X is not yet available. However, here’s a video demonstrating an earlier version of Translatable:
Watch the demo
Please note that Translatable X is significantly faster, cleaner, and more advanced than the version featured in the video.