Translate subtitle files (.SRT) without repeating for duplicate lines, ideal for song lyrics.
To use this React project:
npm install
installs the required dependencies,npm start
runs the app in the development mode,npm run build
builds the app for production to thebuild
folder.
Existing and planned features include:
- Parsing and exporting of .SRT files
- Subtitle translation excluding duplicate lines
- Live-updating preview of the translated subtitles
- Example subtitle file to demonstrate functionality
- Support for other subtitle formats, such as .SBV or .VTT
- Inline machine translation to use as a suggestion
- Dark mode