A Chrome and Mozilla extension that automatically translates lyrics displayed on Spotify into your preferred language.
Translatify is available on Google Chrome !
Translatify is available on Mozilla Firefox !
- Real-time translation of lyrics displayed in the Spotify Web Player.
- Multilingual support: choose your target language.
- Simple and intuitive interface.
- Compatible with Google Chrome and Mozilla Firefox.
---
- Clone this repository or download it as a ZIP file:
git clone https://github.com/slyfti/translatify.git
- Extract the ZIP file if necessary.
- Open Chrome and navigate to
chrome://extensions. - Enable Developer mode (toggle in the top-right corner).
- Click Load unpacked.
- Select the project folder.
The extension is now installed and ready to use! 🎉
- Clone this repository or download it as a ZIP file:
git clone https://github.com/slyfti/translatify.git
- Open Firefox and navigate to
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on.
- Select the
manifest.jsonfile from the project folder.
The extension is now active. 🌟
- Once installed, click on the extension icon in the toolbar.
- Select your target language for translation.
- Enjoy seamless translations while listening to your favorite songs!
We welcome contributions to Translatify! Here's how you can get involved:
-
Fork the Repository
- Navigate to the Translatify repository.
- Click the "Fork" button to create a copy of the repository in your GitHub account.
-
Clone Your Fork
- Clone the repository to your local machine:
git clone https://github.com/your-username/translatify.git cd translatify
- Clone the repository to your local machine:
-
Create a Branch
- Create a new branch for your feature or fix:
git checkout -b my-feature
- Create a new branch for your feature or fix:
-
Make Changes
- Modify the code, add features, or fix bugs.
- Follow the project's coding conventions and comment your code where necessary.
-
Test Your Changes
- Test your changes thoroughly to ensure they work as expected.
- Add or update tests if applicable.
-
Commit Your Changes
- Stage and commit your changes with a descriptive commit message:
git add . git commit -m "Add: Feature X or Fix: Bug Y"
- Stage and commit your changes with a descriptive commit message:
-
Push Your Changes
- Push your branch to your forked repository:
git push origin my-feature
- Push your branch to your forked repository:
-
Submit a Pull Request
- Go to the original repository on GitHub.
- Click "New Pull Request."
- Select your branch and add a detailed description of your changes.
- Submit the Pull Request (PR) and wait for feedback.
If you have any questions or need assistance:
- Open an issue on the issues page.
- Join discussions in existing issues or Pull Requests.

