oscartbeaumont / ElectronPlayer

An Electron Based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane, Hulu And More
MIT License
489 stars 93 forks source link

Added translation support and some new services #109

Open ToMattBan opened 2 years ago

ToMattBan commented 2 years ago

I added a translation option.

To translate to some language, just need to open /src/translations.json copy one key and translate. To see what code you need to use to your language just use console.log(app.getLocale()) on some part of code and check.

Everything else will work like magic.