Skip to content
/ LiveTL Public
forked from LiveTL/LiveTL

Get live translations for YouTube streams, crowdsourced from multilingual viewers!

License

Notifications You must be signed in to change notification settings

www84/LiveTL

 
 

Repository files navigation

LiveTL - Translation Filter for Streams

Tests E2E Tests License: AGPL v3 js-semistandard-style Contributors Issues Total Lines Commit Activity Discord

Demo

Feedback and Contributing

We have a Discord server for those who would like to give feedback or discuss new features! Here is the invite.

If you are interested in helping us solve any issues and/or add features, please let us know in the Discord server and submit a Pull Request!

Development

⚠️ WARNING ⚠️

Due to unreliable Manifest v3 feature support in Firefox, we maintain both MV2 and MV3 versions of LiveTL in parallel. The MV2 variant sits in the develop branch, while the MV3 variant sits on the mv3-fr branch. When contributing, please ensure that you check out to the develop branch to implement the features in MV2 first. Once the feature is stable, please open a separate PR to the mv3-fr branch to port the feature to MV3.

Setup

Note: The repo expects a Linux or Unix-like environment. If you are on Windows, use WSL.

ℹ LiveTL uses submodules. Make sure to clone the repo with the --recursive flag!

ℹ When pulling, you should also use git pull --recurse.

yarn # use yarn, not npm

Commands

yarn start # devServer
yarn build:production # production
yarn package # package extension zips
yarn test # jest
yarn test:watch # autotest
yarn format # lint
yarn e2e # run e2e tests

Load the build directory in Chrome developer mode.

Hot Reload

Enable chrome://flags/#allow-insecure-localhost to use hot module and UI component reloading.

Developers

LiveTL is developed by these fine people!

About

Get live translations for YouTube streams, crowdsourced from multilingual viewers!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.0%
  • Svelte 38.1%
  • TypeScript 9.5%
  • Python 4.1%
  • Other 0.3%